Can somebody provide me with a example Arduino Script of using the Qwiic EEProm … there are no examples other than a tutorial for the Qwiic EEProm. I just need to use the EEProm as a way of writing 8 different on/off bits.
Thank you!
- Steve
Can somebody provide me with a example Arduino Script of using the Qwiic EEProm … there are no examples other than a tutorial for the Qwiic EEProm. I just need to use the EEProm as a way of writing 8 different on/off bits.
Thank you!
Any Arduino I2C EEPROM example should work. Here’s one that looks pretty good: https://playground.arduino.cc/Main/LibraryForI2CEEPROM/
Our tutorial (https://learn.sparkfun.com/tutorials/re … eproms/all) goes into more of the background on EEPROMs but also contains basic I2C info on how to read/write.