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
bec6bd381f222cf14658fd862a2c7f6e620bbf00
flipperzero-firmware
/
lib
/
lfrfid
/
protocols
/
protocol_jablotron.h
5 lines
100 B
C
Raw
Normal View
History
Unescape
Escape
Add support for Jablotron tags (#1657) * Add support for Jablotron tags
2022-08-29 16:15:27 +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_jablotron
;
Copy Permalink