Files

8 lines
113 B
C

#ifndef XBOX_CONTROLLER_H
#define XBOX_CONTROLLER_H
void init_controller(void);
void print_state(void);
#endif