This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
unleashed-firmware
Watch
1
Fork
0
You've already forked unleashed-firmware
mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced
2025-12-12 20:49:49 +04:00
Code
Issues
Activity
Files
dev
Add File
New File
Apply Patch
unleashed-firmware
/
lib
/
lfrfid
/
protocols
/
protocol_securakey.h
5 lines
100 B
C
Raw
Permalink
Normal View
History
Unescape
Escape
[LFRFID] Added Support for Securakey Protocol (#3697) * Create protocol_securakey.c * decode and render done * Support for Radio Key Securakey Support both 26- and 32-bit format Solves issue #2619 * debugs and improvements * Formatting in response to requested changes * fixed wiegand parity bit calculation * format * debug unnecessary assert * LfRfid: swap vendor and protocol names in securakey * fixed manually generated keys issues * fix bit length render error caused by bit length fix Co-authored-by: あく <alleteam@gmail.com>
2024-06-13 07:55:51 -04:00
#
pragma once
#
include
<toolbox/protocols/protocol.h>
formatting
2024-07-15 20:02:45 +03:00
extern
const
ProtocolBase
protocol_securakey
;
Copy Permalink