13 lines
233 B
C
13 lines
233 B
C
#ifndef __BRIDGE_PROTOCOL__
|
|
#define __BRIDGE_PROTOCOL__
|
|
|
|
// Macros:
|
|
|
|
typedef enum {
|
|
BridgeCommand_GetKeyStates,
|
|
BridgeCommand_SetTestLed,
|
|
BridgeCommand_SetLedPwmBrightness,
|
|
} bridge_command_t;
|
|
|
|
#endif
|