Update LED PWM and test LED states of UHK modules in an async manner.

This commit is contained in:
László Monda
2017-03-18 15:12:31 +01:00
parent 14a856f8a6
commit 4a5e5019aa
5 changed files with 70 additions and 8 deletions

12
shared/bridge_protocol.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef __BRIDGE_PROTOCOL__
#define __BRIDGE_PROTOCOL__
// Macros:
typedef enum {
BridgeCommand_GetKeyStates,
BridgeCommand_SetTestLed,
BridgeCommand_SetLedPwmBrightness,
} bridge_command_t;
#endif