Rename bridge_protocol.h to slave_protocol.h
This commit is contained in:
14
shared/slave_protocol.h
Normal file
14
shared/slave_protocol.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef __SLAVE_PROTOCOL_H__
|
||||
#define __SLAVE_PROTOCOL_H__
|
||||
|
||||
// Typedefs:
|
||||
|
||||
typedef enum {
|
||||
SlaveCommand_GetKeyStates,
|
||||
SlaveCommand_SetTestLed,
|
||||
SlaveCommand_SetLedPwmBrightness,
|
||||
SlaveCommand_SetDisableKeyMatrixScanState,
|
||||
SlaveCommand_SetDisableLedSdb,
|
||||
} slave_command_t;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user