Skip to content

Driver for reading and writing data to external I2C EEPROMs.

License

Notifications You must be signed in to change notification settings

zacharyvincze/esp32-i2c-eeprom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I2C EEPROM driver for the ESP32 microcontroller

Driver for reading and writing data to external I2C EEPROMs. Written in pure C (For use with ESP-IDF)

Attention

I2C initialization settings may have to be changed in the init_i2c_master function located in the eeprom.c file. Most compiler definitions are located in include/eeprom.h.

This driver was written and tested with specifically with the 24LC256 EEPROM, other EEPROM types are not guaranteed to work.

About

Driver for reading and writing data to external I2C EEPROMs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published