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

New Example request: EEPROM #8

Closed vslinuxdotnet closed 4 years ago

vslinuxdotnet commented 4 years ago

Hello, Can you please write some example to read and write from a eeprom 24CXX using BitBang_I2C? I have some problems with the wire lib with: Wire.endTransmission() with no default I2C pins. With your lib seams ok and no crash the I2c Transmission. Thank You

bitbank2 commented 4 years ago

It's already written in my rtc_eeprom library. Look here:

https://github.com/bitbank2/rtc_eeprom/blob/master/Arduino/rtc_eeprom.cpp