Files @ 5dc11468ff0b
Branch filter:

Location: therm/libraries/oleddrv/Encoder.h

Ethan Zonca
Added USB stuff. USB init hangs... Maybe due to clock issue?
#ifndef   ENCODER_H
#define   ENCODER_H

void  Enc_Init(void);

s16   Enc_GetCount(void);

u8    Enc_IsKeyDown(void);

#endif