Files
firmware/shared/slave_protocol.h
2017-08-19 13:32:02 +02:00

13 lines
233 B
C

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