mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-06-05 21:08:47 +00:00
Release VEML6030 ALS driver
This commit is contained in:
parent
4a608372da
commit
8b01c27488
1 changed files with 4 additions and 0 deletions
|
@ -462,6 +462,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
|
|||
30. [OPT300x] - I2C - Ambient light sensor family driver - [Intro blog post][30] - 
|
||||
31. [Si4703] - I2C - FM radio turner (receiver) driver - [Intro blog post][31] - 
|
||||
32. [pwm-pca9685] - I2C - 16-channel, 12-bit PWM/Servo/LED controller - [Intro blog post][32] - 
|
||||
33. [VEML6030] - I2C - Ambient light sensor - [Intro blog post][33] - 
|
||||
|
||||
[L3GD20]: https://crates.io/crates/l3gd20
|
||||
[LSM303DLHC]: https://crates.io/crates/lsm303dlhc
|
||||
|
@ -555,6 +556,9 @@ have achieved the "released" status (published on crates.io + documentation / sh
|
|||
[pwm-pca9685]: https://crates.io/crates/pwm-pca9685
|
||||
[32]: https://blog.eldruin.com/pca9685-pwm-led-servo-controller-driver-in-rust/
|
||||
|
||||
[VEML6030]: https://crates.io/crates/veml6030
|
||||
[33]: https://blog.eldruin.com/veml6030-ambient-light-sensor-driver-in-rust/
|
||||
|
||||
*NOTE* You may be able to find even more driver crates by searching for the [`embedded-hal-driver`]
|
||||
keyword on crates.io!
|
||||
|
||||
|
|
Loading…
Reference in a new issue