Update LED PWM and test LED states of UHK modules in an async manner.
This commit is contained in:
12
shared/bridge_protocol.h
Normal file
12
shared/bridge_protocol.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef __BRIDGE_PROTOCOL__
|
||||
#define __BRIDGE_PROTOCOL__
|
||||
|
||||
// Macros:
|
||||
|
||||
typedef enum {
|
||||
BridgeCommand_GetKeyStates,
|
||||
BridgeCommand_SetTestLed,
|
||||
BridgeCommand_SetLedPwmBrightness,
|
||||
} bridge_command_t;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user