MCPcopy Create free account
hub / github.com/BruceDevices/firmware / SRIXTool

Method SRIXTool

src/modules/rfid/srix_tool.cpp:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16static constexpr uint32_t SRIX_EEPROM_WRITE_DELAY_MS = 15; // Delay for write operation
17
18SRIXTool::SRIXTool() {
19 current_state = IDLE_MODE;
20 _dump_valid_from_read = false;
21 _dump_valid_from_load = false;
22 _tag_read = false;
23 setup();
24}
25
26SRIXTool::~SRIXTool() { delete nfc; }
27

Callers

nothing calls this directly

Calls 5

setupFunction · 0.85
SRIX_initMethod · 0.80
beginMethod · 0.45
initMethod · 0.45

Tested by

no test coverage detected