chg: i2c comms, first try to recover i2c hangs.

This commit is contained in:
Chris 2018-11-14 15:07:04 +01:00
commit e4cb74fedb
2 changed files with 43 additions and 6 deletions

View file

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