mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2024-12-24 17:00:40 +00:00
Merge pull request #85 from eldruin/add-wip-xca9548a
Add WIP crate for TCA9548A and PCA9548A I2C switches/multiplexers
This commit is contained in:
commit
acacec6c44
1 changed files with 2 additions and 0 deletions
|
@ -355,6 +355,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
||||||
- [PCF857x] - I2C - I/O expanders: PCF8574, PCF8574A, PCF8575 ![crates.io](https://img.shields.io/crates/v/pcf857x.svg)
|
- [PCF857x] - I2C - I/O expanders: PCF8574, PCF8574A, PCF8575 ![crates.io](https://img.shields.io/crates/v/pcf857x.svg)
|
||||||
- [eink-waveshare] - SPI - driver for E-Paper Modules from Waveshare
|
- [eink-waveshare] - SPI - driver for E-Paper Modules from Waveshare
|
||||||
- [BlueNRG] - SPI - driver for BlueNRG-MS Bluetooth module. ![crates.io](https://img.shields.io/crates/v/bluenrg.svg)
|
- [BlueNRG] - SPI - driver for BlueNRG-MS Bluetooth module. ![crates.io](https://img.shields.io/crates/v/bluenrg.svg)
|
||||||
|
- [xCA9548A] - I2C - I2C switches/multiplexers: TCA9548A, PCA9548A
|
||||||
|
|
||||||
[MFRC522]: https://github.com/japaric/mfrc522
|
[MFRC522]: https://github.com/japaric/mfrc522
|
||||||
[MPU9250]: https://github.com/japaric/mpu9250
|
[MPU9250]: https://github.com/japaric/mpu9250
|
||||||
|
@ -395,6 +396,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
||||||
[PCF857x]: https://crates.io/crates/pcf857x
|
[PCF857x]: https://crates.io/crates/pcf857x
|
||||||
[eink-waveshare]: https://crates.io/crates/eink_waveshare_rs
|
[eink-waveshare]: https://crates.io/crates/eink_waveshare_rs
|
||||||
[BlueNRG]: https://crates.io/crates/bluenrg
|
[BlueNRG]: https://crates.io/crates/bluenrg
|
||||||
|
[xCA9548A]: https://github.com/eldruin/xca9548a-rs
|
||||||
|
|
||||||
## no-std crates
|
## no-std crates
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue