mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
added a wait when init I2C, seems to increase stability
This commit is contained in:
parent
ac84e855a9
commit
8eb6f60ba6
3 changed files with 9 additions and 5 deletions
|
@ -31,7 +31,7 @@
|
|||
#define I2C_DEVICE_CMD_SEND_T0 0x07
|
||||
|
||||
void I2C_recovery(void);
|
||||
void I2C_init(void);
|
||||
void I2C_init(bool has_ticks);
|
||||
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