bitbank2 / BitBang_I2C

A software I2C implementation to run on any GPIO pins on any system
GNU General Public License v3.0
235 stars 31 forks source link

Readme not updated #11

Closed hollensted closed 3 years ago

hollensted commented 3 years ago

The readme has some errors. Guess it was not updated:

I2CRead(uint8_t u8Address, uint8_t pu8Data, int iLength); I2CReadRegister(uint8_t iAddr, uint8_t u8Register, uint8_t pData, int iLen); I2CWrite(uint8_t iAddr, uint8_t *pData, int iLen);

,,missing the first argument.

bitbank2 commented 3 years ago

fixed