add embedded-nrf24l01, stm32-eth

This commit is contained in:
Astro 2018-05-15 02:34:21 +02:00
parent 4be91b9475
commit 5206b958c4

View file

@ -289,6 +289,8 @@ Work in progress drivers. Help the authors make these crates awesome!
- [SHT3x] - I2C - Temperature / humidity sensors
- [SX1509] - I2C - IO Expander / Keypad driver
- [NRF24L01] - SPI - 2.4 GHz wireless communication
- [embedded-nrf24l01] - SPI+GPIO - 2.4 GHz radio
- [stm32-eth] - MCU - Ethernet
[MFRC522]: https://github.com/japaric/mfrc522
[MPU9250]: https://github.com/japaric/mpu9250
@ -317,6 +319,8 @@ Work in progress drivers. Help the authors make these crates awesome!
[SHT3x]: https://github.com/miek/sht3x-rs
[SX1509]: https://github.com/wez/sx1509
[NRF24L01]: https://github.com/maikelwever/nrf24l01
[embedded-nrf24l01]: https://crates.io/crates/embedded-nrf24l01
[stm32-eth]: https://github.com/astro/stm32-eth
## no-std crates