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

View File

@@ -13,10 +13,6 @@
#define PROTOCOL_RESPONSE_SUCCESS 0
#define PROTOCOL_RESPONSE_GENERIC_ERROR 1
#define BRIDGE_COMMAND_GET_KEY_STATES 0
#define BRIDGE_COMMAND_SET_TEST_LED 1
#define BRIDGE_COMMAND_SET_LED_PWM 2
// Variables:
uint8_t BridgeRxBuffer[BRIDGE_RX_BUFFER_SIZE];