mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-05-05 14:44:42 +00:00
Merge pull request #64 from uwearzt/giteye
Added crate for Grid-EYE / Panasonic AMG88(33)
This commit is contained in:
commit
5b2f9f81ff
1 changed files with 2 additions and 0 deletions
|
@ -318,6 +318,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
- [w5500] - SPI - Ethernet Module with hardwired protocols : TCP, UDP, ICMP, IPv4, ARP, IGMP, PPPoE - 
|
||||
- [OneWire] - 1wire - OneWire protocol implementation with drivers for devices such as [DS18B20](https://datasheets.maximintegrated.com/en/ds/DS18B20.pdf) - 
|
||||
- [SSD1322] - SPI - Graphical OLED display controller - 
|
||||
- [GridEYE] - I2C - Rust driver for Grid-EYE / Panasonic AMG88(33)
|
||||
|
||||
[MFRC522]: https://github.com/japaric/mfrc522
|
||||
[MPU9250]: https://github.com/japaric/mpu9250
|
||||
|
@ -353,6 +354,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
[w5500]: https://crates.io/crates/w5500
|
||||
[OneWire]: https://crates.io/crates/onewire
|
||||
[SSD1322]: https://crates.io/crates/ssd1322
|
||||
[GridEYE]: https://github.com/uwearzt/grideye
|
||||
|
||||
## no-std crates
|
||||
|
||||
|
|
Loading…
Reference in a new issue