7 lines
111 B
C
Raw Normal View History

#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
2025-07-14 09:29:18 +08:00
#define MAX_SIZE 20
void opous_encoder_start();