Add WIP driver for AT24Cx Serial EEPROM ICs

This commit is contained in:
Diego Barrios Romero 2018-08-06 23:11:19 +02:00
parent 2040a73d40
commit 5f21023e1e

View file

@ -323,6 +323,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
@ -359,6 +360,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