mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
chg: i2c comms, first try to recover i2c hangs.
This commit is contained in:
parent
9bff2ab74f
commit
e4cb74fedb
2 changed files with 43 additions and 6 deletions
|
@ -19,6 +19,7 @@
|
|||
#define I2C_DEVICE_CMD_GETVERSION 0x06
|
||||
|
||||
|
||||
void I2C_recovery(void);
|
||||
void I2C_init(void);
|
||||
void I2C_Reset(void);
|
||||
void I2C_SetResetStatus(uint8_t LineRST, uint8_t LineSCK, uint8_t LineSDA);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue