1 2 3 4 5 6 7 8 9 10
#ifndef ENCODER_H #define ENCODER_H void Enc_Init(void); s16 Enc_GetCount(void); u8 Enc_IsKeyDown(void); #endif