8 lines
101 B
C
Raw Permalink Normal View History

2025-05-26 18:48:47 +08:00
#ifndef __ENCODER_H
#define __ENCODER_H
void Encoder_Init(void);
int16_t Encoder_Get(void);
#endif