Skip to content

An updated driver for reading and writing data to external I2C EEPROMs fron the AT24 family

License

Notifications You must be signed in to change notification settings

jtmaston/AT24-ESP32

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I2C EEPROM driver for the ESP32 microcontroller

Driver for reading and writing data to external I2C EEPROMs. A fully reworked version of this repo.

What works, what doesn't?

  • This has been specifically designed to work with AT24CM02. As such, it follows the datasheet given here. I'm fairly certain this is standard across the Microchip family of eeproms, but make no guarantees. If you'd like to pick up the project and extend it to your needs, feel free to do so!
  • What works:
    • Byte writes
    • Byte reads
    • Page writes (256 bytes)
    • Sequential reads
  • What doesn't work:
    • ???

About

An updated driver for reading and writing data to external I2C EEPROMs fron the AT24 family

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 94.3%
  • CMake 5.7%