Files @ c31e71728728
Branch filter:

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

Ethan Zonca
Try getting block writing working. Also start modifying USB library. Looks like we may need to transition to a fresh USBlib download, this has freaky defines.
#ifndef   ENCODER_H
#define   ENCODER_H

void  Enc_Init(void);

s16   Enc_GetCount(void);

u8    Enc_IsKeyDown(void);

#endif