This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
flipperzero-firmware
Watch
1
Fork
0
You've already forked flipperzero-firmware
mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced
2025-12-12 12:51:22 +04:00
Code
Issues
Activity
Files
17759a9e4b5df521f33c62de6c56d1dcbf572cea
flipperzero-firmware
/
lib
/
lfrfid
/
protocols
/
protocol_paradox.h
5 lines
98 B
C
Raw
Normal View
History
Unescape
Escape
Add support for Paradox tags (#1655) * Add support for Paradox tags
2022-08-29 16:08:10 +01:00
#
pragma once
#
include
<toolbox/protocols/protocol.h>
[FL-3867] Code formatting update (#3765) * clang-format: AllowShortEnumsOnASingleLine: false * clang-format: InsertNewlineAtEOF: true * clang-format: Standard: c++20 * clang-format: AlignConsecutiveBitFields * clang-format: AlignConsecutiveMacros * clang-format: RemoveParentheses: ReturnStatement * clang-format: RemoveSemicolon: true * Restored RemoveParentheses: Leave, retained general changes for it * formatting: fixed logging TAGs * Formatting update for dev Co-authored-by: あく <alleteam@gmail.com>
2024-07-15 07:38:49 +03:00
extern
const
ProtocolBase
protocol_paradox
;
Copy Permalink