Byggern
commands.h
1 #define WRITE_TO_ADDRESS 0x00
2 #define CMD_JOYSTICK_VALUES 0x01
3 #define CMD_GAME_START 0x02
4 #define CMD_WAIT_FOR_HIGHSCORE 0x03
5 #define CMD_SAVE_HIGHSCORE 0x04
6 #define CMD_GOTO_MAIN_MENU 0x05
7 #define CMD_RENDER_OLED 0x06