Add smartcard protocol T=0 (RRG repository PRs 71,72,74,75 by @merlokk) (#757)

This commit is contained in:
pwpiwi 2019-01-17 07:50:01 +01:00 committed by GitHub
commit 151a33c027
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 283 additions and 270 deletions

View file

@ -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);