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
5fcaef25b014d99c40e7fc0687c3c5525dca9c1b
flipperzero-firmware
/
lib
/
lfrfid
/
protocols
/
protocol_electra.h
5 lines
98 B
C
Raw
Normal View
History
Unescape
Escape
electra lfrfid protocol implemented (#3640)
2024-05-14 17:27:35 +03: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_electra
;
Copy Permalink