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