#include <tmr_serial_reader.h>
Public Attributes | |
| uint8_t | bootloader [4] |
| uint8_t | hardware [4] |
| uint8_t | fwDate [4] |
| uint8_t | fwVersion [4] |
| uint32_t | protocols |
The version structure returned from cmdVersion().
| uint8_t TMR_SR_VersionInfo::bootloader[4] |
Bootloader version, as four 8-bit numbers
| uint8_t TMR_SR_VersionInfo::fwDate[4] |
Date app firmware was built, as BCD YYYYMMDD
| uint8_t TMR_SR_VersionInfo::fwVersion[4] |
App firmware version, as four 8-bit numbers
| uint8_t TMR_SR_VersionInfo::hardware[4] |
Hardware version. Opaque format
| uint32_t TMR_SR_VersionInfo::protocols |
Bitmask of the protocols supported by the device (indexed by TMR_TagProtocol values minus one).
1.6.3