Speeduino
|
Variables | |
static constexpr byte | SERIAL_RC_OK = 0x00U |
Success. | |
static constexpr byte | SERIAL_RC_REALTIME = 0x01U |
Unused. | |
static constexpr byte | SERIAL_RC_PAGE = 0x02U |
Unused. | |
static constexpr byte | SERIAL_RC_BURN_OK = 0x04U |
EEPROM write succeeded. | |
static constexpr byte | SERIAL_RC_TIMEOUT = 0x80U |
Timeout error. | |
static constexpr byte | SERIAL_RC_CRC_ERR = 0x82U |
CRC mismatch. | |
static constexpr byte | SERIAL_RC_UKWN_ERR = 0x83U |
Unknown command. | |
static constexpr byte | SERIAL_RC_RANGE_ERR = 0x84U |
Incorrect range. TS will not retry command. | |
static constexpr byte | SERIAL_RC_BUSY_ERR = 0x85U |
TS will wait and retry. | |
Incorrect range. TS will not retry command.