2025-05-26 18:48:47 +08:00

8 lines
101 B
C

#ifndef __ENCODER_H
#define __ENCODER_H
void Encoder_Init(void);
int16_t Encoder_Get(void);
#endif