[FL-1059] T5577 write (#463)

* Api-hal-gpio: extend init functions
* App Lfrfid: separate protocol layer
* App Lfrfid: write EM key scene
* App Lfrfid: syntax fix
This commit is contained in:
SG
2021-05-18 18:37:47 +10:00
committed by GitHub
parent 588480831a
commit 618ddfcd04
28 changed files with 956 additions and 420 deletions

View File

@@ -143,4 +143,8 @@ RfidReader* LfrfidApp::get_reader() {
RfidTimerEmulator* LfrfidApp::get_emulator() {
return &emulator;
}
RfidWriter* LfrfidApp::get_writer() {
return &writer;
}