27 #define CMD_READ_DEVICE_STATUS "status\r" 28 #define CMD_READ_TARGET_TEMP "read set temp\r" 29 #define CMD_READ_CURRENT_TEMP "read temp\r" 30 #define CMD_READ_UNIT "read unit\r" 31 #define CMD_READ_DATA "read data\r" 32 #define CMD_SET_TARGET_TEMP "set temp %.1f\r" 33 #define CMD_SET_TEMP_UNIT "set unit %c\r" 35 #define CMD_START "start\r" 36 #define CMD_STOP "stop\r" 52 void decode(
const uint8_t *
data, uint16_t
length);
CurrentQuery current_query_
Implementation of SPI Controller mode.