mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
Add smartcard protocol T=0 (RRG repository PRs 71,72,74,75 by @merlokk) (#757)
This commit is contained in:
parent
0d2624a0cc
commit
151a33c027
5 changed files with 283 additions and 270 deletions
|
@ -23,6 +23,8 @@
|
|||
#define I2C_DEVICE_CMD_SETBAUD 0x04
|
||||
#define I2C_DEVICE_CMD_SIM_CLC 0x05
|
||||
#define I2C_DEVICE_CMD_GETVERSION 0x06
|
||||
#define I2C_DEVICE_CMD_SEND_T0 0x07
|
||||
|
||||
|
||||
bool I2C_is_available(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue