Rename bridge_protocol.h to slave_protocol.h

This commit is contained in:
László Monda
2017-05-29 22:17:40 +02:00
parent 1daf6db53c
commit 8ac4f5a069
3 changed files with 4 additions and 4 deletions

14
shared/slave_protocol.h Normal file
View 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