added init command

This commit is contained in:
2021-06-25 16:00:32 +02:00
parent 93f5ce2892
commit 7c8127714e
4 changed files with 25 additions and 2 deletions

View File

@ -30,6 +30,7 @@ static const DeviceCommandId_t RESET_MCU = 1;
static const DeviceCommandId_t GET_LAST_RESET_STATUS = 2;
static const DeviceCommandId_t CLEAR_LAST_RESET_STATUS = 3;
static const DeviceCommandId_t GET_RW_STATUS = 4;
static const DeviceCommandId_t INIT_RW_CONTROLLER = 5;
static const DeviceCommandId_t SET_SPEED = 6;
static const DeviceCommandId_t GET_TEMPERATURE = 8;