Merge pull request #67 from eldruin/at24cx

Add WIP driver for AT24Cx Serial EEPROM ICs
This commit is contained in:
Daniel Egger 2018-08-08 16:21:35 +02:00 committed by GitHub
commit f755c1f18a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -325,6 +325,7 @@ Work in progress drivers. Help the authors make these crates awesome!
- [OneWire] - 1wire - OneWire protocol implementation with drivers for devices such as [DS18B20](https://datasheets.maximintegrated.com/en/ds/DS18B20.pdf) - ![crates.io](https://img.shields.io/crates/v/onewire.svg)
- [SSD1322] - SPI - Graphical OLED display controller - ![crates.io](https://img.shields.io/crates/v/ssd1322.svg)
- [GridEYE] - I2C - Rust driver for Grid-EYE / Panasonic AMG88(33)
- [AT24Cx] - I2C - Serial EEPROM
[MFRC522]: https://github.com/japaric/mfrc522
[MPU9250]: https://github.com/japaric/mpu9250
@ -361,6 +362,7 @@ Work in progress drivers. Help the authors make these crates awesome!
[OneWire]: https://crates.io/crates/onewire
[SSD1322]: https://crates.io/crates/ssd1322
[GridEYE]: https://github.com/uwearzt/grideye
[AT24Cx]: https://github.com/eldruin/at24cx-rs
## no-std crates