modified rw definitions

This commit is contained in:
Jakob Meier 2021-06-25 15:47:33 +02:00
parent 993b405c99
commit a1b070c242

View File

@ -27,6 +27,8 @@ enum States: uint8_t {
};
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 SET_SPEED = 6;
static const DeviceCommandId_t GET_TEMPERATURE = 8;