#ifndef CONTROLLER_INPUT_H #define CONTROLLER_INPUT_H void controller_input_init(void); unsigned char controller_input_get(void); #endif