-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lfrfid/em4100: added support for different bit rates (#3410)
* lfrfid/em4100: added support for different bit rates * Format Sources Co-authored-by: Radek Pilar <radek.pilar@apollogames.com> Co-authored-by: あく <alleteam@gmail.com>
- Loading branch information
1 parent
26ac455
commit 8780437
Showing
4 changed files
with
133 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
#pragma once | ||
#include <toolbox/protocols/protocol.h> | ||
|
||
extern const ProtocolBase protocol_em4100; | ||
extern const ProtocolBase protocol_em4100; | ||
|
||
extern const ProtocolBase protocol_em4100_32; | ||
|
||
extern const ProtocolBase protocol_em4100_16; |