Files @ af534c6b892a
Branch filter:

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

Ethan Zonca
Fixed pin configurations, SPI now clocks correctly and garbage shows up on the OLED display
#ifndef   ENCODER_H
#define   ENCODER_H

void  Enc_Init(void);

s16   Enc_GetCount(void);

u8    Enc_IsKeyDown(void);

#endif