mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-24 05:34:45 -07:00
formatting
This commit is contained in:
@@ -5,14 +5,14 @@
|
||||
#define BITS_IN_BYTE (8)
|
||||
|
||||
#define ISO14443_3A_SIGNAL_BIT_MAX_EDGES (10)
|
||||
#define ISO14443_3A_SIGNAL_MAX_EDGES (1350)
|
||||
#define ISO14443_3A_SIGNAL_MAX_EDGES (1350)
|
||||
|
||||
#define ISO14443_3A_SIGNAL_SEQUENCE_SIZE \
|
||||
(ISO14443_3A_SIGNAL_MAX_EDGES / (ISO14443_3A_SIGNAL_BIT_MAX_EDGES - 2))
|
||||
|
||||
#define ISO14443_3A_SIGNAL_F_SIG (13560000.0)
|
||||
#define ISO14443_3A_SIGNAL_T_SIG 7374 //73.746ns*100
|
||||
#define ISO14443_3A_SIGNAL_T_SIG_X8 58992 //T_SIG*8
|
||||
#define ISO14443_3A_SIGNAL_F_SIG (13560000.0)
|
||||
#define ISO14443_3A_SIGNAL_T_SIG 7374 //73.746ns*100
|
||||
#define ISO14443_3A_SIGNAL_T_SIG_X8 58992 //T_SIG*8
|
||||
#define ISO14443_3A_SIGNAL_T_SIG_X8_X8 471936 //T_SIG*8*8
|
||||
#define ISO14443_3A_SIGNAL_T_SIG_X8_X9 530928 //T_SIG*8*9
|
||||
|
||||
|
||||
Reference in New Issue
Block a user