7 lines
91 B
C
7 lines
91 B
C
struct QEI_t{
|
|
int value;
|
|
int delta;
|
|
};
|
|
|
|
void QEI_update(void);
|
|
void QEI_init(void); |