added ramp time
This commit is contained in:
@ -97,6 +97,7 @@ class RwHandler : public DeviceHandlerBase {
|
||||
uint8_t commandBuffer[RwDefinitions::MAX_CMD_SIZE];
|
||||
|
||||
PoolEntry<int32_t> rwSpeed = PoolEntry<int32_t>(0, false);
|
||||
PoolEntry<uint16_t> rampTime = PoolEntry<uint16_t>(10, false);
|
||||
|
||||
enum class InternalState { GET_RESET_STATUS, CLEAR_RESET_STATUS, READ_TEMPERATURE, GET_RW_SATUS };
|
||||
|
||||
|
Reference in New Issue
Block a user