[FL-1904] LFRFID: dedicated reading modes (#823)

* LFRFID: dedicated reading modes
* LFRFID: normal and indala mode
This commit is contained in:
SG
2021-11-16 18:47:49 +10:00
committed by GitHub
parent b3d8f0b950
commit 4cb986b534
3 changed files with 34 additions and 10 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ public:
void start();
void start_forced(RfidReader::Type type);
void stop();
bool read(LfrfidKeyType* type, uint8_t* data, uint8_t data_size);
bool read(LfrfidKeyType* type, uint8_t* data, uint8_t data_size, bool switch_enable = true);
bool detect();
bool any_read();