mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 05:43:23 -07:00
send LF commands to TAG (locomread)
This commit is contained in:
parent
ac174b297a
commit
959baa89f7
5 changed files with 920 additions and 818 deletions
1678
armsrc/appmain.c
1678
armsrc/appmain.c
File diff suppressed because it is too large
Load diff
|
@ -12,8 +12,11 @@ void AppMain(void);
|
|||
void DbpIntegers(int a, int b, int c);
|
||||
void DbpString(char *str);
|
||||
void SpinDelay(int ms);
|
||||
void SpinDelayUs(int us);
|
||||
void ToSendStuffBit(int b);
|
||||
void ToSendReset(void);
|
||||
void AcquireRawAdcSamples125k(BOOL at134khz);
|
||||
void DoAcquisition125k(BOOL at134khz);
|
||||
extern int ToSendMax;
|
||||
extern BYTE ToSend[];
|
||||
extern DWORD BigBuf[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue