Add new UsbCommand_GetModuleProperties() device protocol command.

This commit is contained in:
László Monda
2017-12-15 02:46:30 +01:00
parent fd43e81e46
commit 85e92d21b4
6 changed files with 41 additions and 2 deletions

View File

@@ -30,6 +30,7 @@
UsbCommandId_GetDebugBuffer = 0x0b,
UsbCommandId_GetAdcValue = 0x0c,
UsbCommandId_SetLedPwmBrightness = 0x0d,
UsbCommandId_GetModuleProperties = 0x0e,
} usb_command_id_t;
typedef enum {