Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 239 → Rev 240

/PIC Stuff/Cerebot_32MX7_LED_Cube/CONTROLLERS.h
24,11 → 24,12
uint8_t ctrl_2_active;
} CONTROLLER_DATA;
 
void Controller_Init(CONTROLLER_DATA *data, BOARD_STATE *state,
void Controller_Init(CONTROLLER_DATA *data,
void (*btn_change_callback)(uint8_t, uint8_t));
void Controller_Update(void);
void Controller_Set_Leds(uint8_t ctrl_1, uint8_t ctrl_2);
void Controller_Btn_Change(void (*callback)(uint8_t, uint8_t));
uint8_t Controller_Query(void);
 
#endif /* CONTROLLERS_H */