mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2024-11-18 23:41:10 +00:00
Merge pull request #67 from eldruin/at24cx
Add WIP driver for AT24Cx Serial EEPROM ICs
This commit is contained in:
commit
f755c1f18a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue