Files @ 6f724d71c0ec
Branch filter:

Location: therm/libraries/oleddrv/Encoder.h - annotation

Ethan Zonca
Stripped out some code and added USB init. May have bricked IC.
#ifndef   ENCODER_H
#define   ENCODER_H

void  Enc_Init(void);

s16   Enc_GetCount(void);

u8    Enc_IsKeyDown(void);

#endif