flipperzero-firmware/lib/lfrfid/protocols
Sebastian Mauer d76ba20652
Add support for Pyramid tags (#1676)
* Add support for Pyramid tags
* Also add additional checks for AWID decoder to avoid missdetection

* lfrfid worker: reset GPIO_LOAD pin
* lfrfid: protocol viking, format
* lfrfid: protocol pyramid, format
* lfrfid: protocol paradox, format
* lfrfid: protocol jablotron, format
* lfrfid: protocol em4100, format
* lfrfid: increase reading time by 0.5s since protocol viking takes longer to read

Co-authored-by: SG <who.just.the.doctor@gmail.com>
2022-08-30 02:31:28 +10:00
..
lfrfid_protocols.c Add support for Pyramid tags (#1676) 2022-08-30 02:31:28 +10:00
lfrfid_protocols.h Add support for Pyramid tags (#1676) 2022-08-30 02:31:28 +10:00
protocol_awid.c Add support for Pyramid tags (#1676) 2022-08-30 02:31:28 +10:00
protocol_awid.h [FL-2529][FL-1628] New LF-RFID subsystem (#1601) 2022-08-24 00:57:39 +09:00
protocol_em4100.c Add support for Pyramid tags (#1676) 2022-08-30 02:31:28 +10:00
protocol_em4100.h [FL-2529][FL-1628] New LF-RFID subsystem (#1601) 2022-08-24 00:57:39 +09:00
protocol_fdx_a.c [FL-2529][FL-1628] New LF-RFID subsystem (#1601) 2022-08-24 00:57:39 +09:00
protocol_fdx_a.h [FL-2529][FL-1628] New LF-RFID subsystem (#1601) 2022-08-24 00:57:39 +09:00
protocol_fdx_b.c [FL-2529][FL-1628] New LF-RFID subsystem (#1601) 2022-08-24 00:57:39 +09:00
protocol_fdx_b.h [FL-2529][FL-1628] New LF-RFID subsystem (#1601) 2022-08-24 00:57:39 +09:00
protocol_h10301.c [FL-2529][FL-1628] New LF-RFID subsystem (#1601) 2022-08-24 00:57:39 +09:00
protocol_h10301.h [FL-2529][FL-1628] New LF-RFID subsystem (#1601) 2022-08-24 00:57:39 +09:00
protocol_hid_ex_generic.c [FL-2529][FL-1628] New LF-RFID subsystem (#1601) 2022-08-24 00:57:39 +09:00
protocol_hid_ex_generic.h [FL-2529][FL-1628] New LF-RFID subsystem (#1601) 2022-08-24 00:57:39 +09:00
protocol_hid_generic.c [FL-2529][FL-1628] New LF-RFID subsystem (#1601) 2022-08-24 00:57:39 +09:00
protocol_hid_generic.h [FL-2529][FL-1628] New LF-RFID subsystem (#1601) 2022-08-24 00:57:39 +09:00
protocol_indala26.c [FL-2529][FL-1628] New LF-RFID subsystem (#1601) 2022-08-24 00:57:39 +09:00
protocol_indala26.h [FL-2529][FL-1628] New LF-RFID subsystem (#1601) 2022-08-24 00:57:39 +09:00
protocol_io_prox_xsf.c [FL-2529][FL-1628] New LF-RFID subsystem (#1601) 2022-08-24 00:57:39 +09:00
protocol_io_prox_xsf.h [FL-2529][FL-1628] New LF-RFID subsystem (#1601) 2022-08-24 00:57:39 +09:00
protocol_jablotron.c Add support for Pyramid tags (#1676) 2022-08-30 02:31:28 +10:00
protocol_jablotron.h Add support for Jablotron tags (#1657) 2022-08-30 01:15:27 +10:00
protocol_pac_stanley.c Add support for PAC/Stanley tags (#1648) 2022-08-30 01:04:17 +10:00
protocol_pac_stanley.h Add support for PAC/Stanley tags (#1648) 2022-08-30 01:04:17 +10:00
protocol_paradox.c Add support for Pyramid tags (#1676) 2022-08-30 02:31:28 +10:00
protocol_paradox.h Add support for Paradox tags (#1655) 2022-08-30 01:08:10 +10:00
protocol_pyramid.c Add support for Pyramid tags (#1676) 2022-08-30 02:31:28 +10:00
protocol_pyramid.h Add support for Pyramid tags (#1676) 2022-08-30 02:31:28 +10:00
protocol_viking.c Add support for Pyramid tags (#1676) 2022-08-30 02:31:28 +10:00
protocol_viking.h Add support for Viking tags (#1668) 2022-08-30 01:19:56 +10:00