Skip to content

zzts/Python-eeprom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python-eeprom

Python wrapper for smbus/i2c library to read m24c32,64 and m24128 eeproms

Written by Khill NX7H July 4,2016

Requires smbus and RPi.GPIO

If you are accessing the eeprom on a Hat, they are usually accessed on i2c-0 for RPi 2 and 3s. You must add dtparam=i2c_vc to the /boot/config.txt to enable it.

I have only test this on a RASPio Pro Hat with an m24c32 chip.

About

Python wrapper for smbus/i2c library to read m24c32,64 and m24128 eeproms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages