mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-01-23 14:58:06 +00:00
Merge pull request #76 from eldruin/master
Add WIP driver for PCF857x I/O expanders
This commit is contained in:
commit
fd577b27a7
1 changed files with 2 additions and 0 deletions
|
@ -334,6 +334,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
||||||
- [GridEYE] - I2C - Rust driver for Grid-EYE / Panasonic AMG88(33)
|
- [GridEYE] - I2C - Rust driver for Grid-EYE / Panasonic AMG88(33)
|
||||||
- [EEPROM24x] - I2C - 24x series serial EEPROM driver ![crates.io](https://img.shields.io/crates/v/eeprom24x.svg)
|
- [EEPROM24x] - I2C - 24x series serial EEPROM driver ![crates.io](https://img.shields.io/crates/v/eeprom24x.svg)
|
||||||
- [DS1307] - I2C - Real-time clock driver - ![crates.io](https://img.shields.io/crates/v/ds1307.svg)
|
- [DS1307] - I2C - Real-time clock driver - ![crates.io](https://img.shields.io/crates/v/ds1307.svg)
|
||||||
|
- [PCF857x] - I2C - I/O expanders: PCF8574, PCF8574A, PCF8575
|
||||||
|
|
||||||
[MFRC522]: https://github.com/japaric/mfrc522
|
[MFRC522]: https://github.com/japaric/mfrc522
|
||||||
[MPU9250]: https://github.com/japaric/mpu9250
|
[MPU9250]: https://github.com/japaric/mpu9250
|
||||||
|
@ -373,6 +374,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
||||||
[GridEYE]: https://github.com/uwearzt/grideye
|
[GridEYE]: https://github.com/uwearzt/grideye
|
||||||
[EEPROM24x]: https://crates.io/crates/eeprom24x
|
[EEPROM24x]: https://crates.io/crates/eeprom24x
|
||||||
[DS1307]: https://crates.io/crates/ds1307
|
[DS1307]: https://crates.io/crates/ds1307
|
||||||
|
[PCF857x]: https://github.com/eldruin/pcf857x-rs
|
||||||
|
|
||||||
## no-std crates
|
## no-std crates
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue