35 void setup()
override;
43 RFID134_PACKET_START_CODE,
44 RFID134_PACKET_ID = 1,
45 RFID134_PACKET_COUNTRY = 11,
46 RFID134_PACKET_DATA_FLAG = 15,
47 RFID134_PACKET_ANIMAL_FLAG = 16,
48 RFID134_PACKET_RESERVED0 = 17,
49 RFID134_PACKET_RESERVED1 = 21,
50 RFID134_PACKET_CHECKSUM = 27,
51 RFID134_PACKET_CHECKSUM_INVERT = 28,
52 RFID134_PACKET_END_CODE = 29,
59 uint64_t hex_lsb_ascii_to_uint64_(
const uint8_t *text, uint8_t text_size);
void set_do_reset(bool do_reset)
void dump_config() override
Implementation of SPI Controller mode.