#ifndef __SLAVE_PROTOCOL_H__ #define __SLAVE_PROTOCOL_H__ // Typedefs: typedef enum { SlaveCommand_RequestKeyStates, SlaveCommand_SetTestLed, SlaveCommand_SetLedPwmBrightness, SlaveCommand_JumpToBootloader, } slave_command_t; #endif