Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/w0qs1/i2ceeprom
Simple C library for interfacing I2C EEPROMs with AVRs
https://github.com/w0qs1/i2ceeprom
Last synced: about 2 months ago
JSON representation
Simple C library for interfacing I2C EEPROMs with AVRs
- Host: GitHub
- URL: https://github.com/w0qs1/i2ceeprom
- Owner: w0qs1
- License: gpl-3.0
- Created: 2021-11-22T15:48:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-27T07:53:38.000Z (about 3 years ago)
- Last Synced: 2024-08-03T18:15:19.330Z (5 months ago)
- Language: C
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-avr - i2ceeprom - A simple C library for interfacing with 24CXX series I2C EEPROMs. (EEPROM)
README
# i2ceeprom
## Version: 1.0
![GitHub](https://img.shields.io/github/license/w0qs1/i2ceeprom)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/w0qs1/i2ceeprom)
Simple C library for interfacing 24CXX I2C EEPROMs with AVRs.
This requires I2C master by [Peter Fleury](http://www.peterfleury.epizy.com)
Get the documentation here:
[Documentation](https://w0qs1.github.io/i2ceeprom)
Feel free to post any issues on the issues tab