mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-06-04 20:38:48 +00:00
Add WIP driver for VEML6040
This commit is contained in:
parent
1758ee8485
commit
ecfd4321a8
1 changed files with 2 additions and 0 deletions
|
@ -469,6 +469,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
- [DW1000] - SPI - Radio transceiver for communication based on IEEE 802.15.4 and position tracking - 
|
||||
- [radio-at86rf212] - SPI - Sub GHz 802.15.4 radio transceiver 
|
||||
- [vesc-comm] - A driver for communicating with [VESC-compatible electronic speed controllers](http://vedder.se/2015/01/vesc-open-source-esc/) 
|
||||
- [VEML6040] - I2C - RGBW color light sensor - 
|
||||
|
||||
[MFRC522]: https://github.com/japaric/mfrc522
|
||||
[motor-driver]: https://github.com/japaric/motor-driver
|
||||
|
@ -533,6 +534,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
[DW1000]: https://crates.io/crates/dw1000
|
||||
[radio-at86rf212]: https://crates.io/crates/radio-at86rf212
|
||||
[vesc-comm]: https://github.com/chocol4te/vesc-comm
|
||||
[VEML6040]: https://crates.io/crates/veml6040
|
||||
|
||||
## no-std crates
|
||||
|
||||
|
|
Loading…
Reference in a new issue