File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -462,6 +462,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
462
462
30 . [ OPT300x] - I2C - Ambient light sensor family driver - [ Intro blog post] [ 30 ] - ![ crates.io] ( https://img.shields.io/crates/v/opt300x.svg )
463
463
31 . [ Si4703] - I2C - FM radio turner (receiver) driver - [ Intro blog post] [ 31 ] - ![ crates.io] ( https://img.shields.io/crates/v/si4703.svg )
464
464
32 . [ pwm-pca9685] - I2C - 16-channel, 12-bit PWM/Servo/LED controller - [ Intro blog post] [ 32 ] - ![ crates.io] ( https://img.shields.io/crates/v/pwm-pca9685.svg )
465
+ 33 . [ VEML6030] - I2C - Ambient light sensor - [ Intro blog post] [ 33 ] - ![ crates.io] ( https://img.shields.io/crates/v/veml6030.svg )
465
466
466
467
[ L3GD20 ] : https://crates.io/crates/l3gd20
467
468
[ LSM303DLHC ] : https://crates.io/crates/lsm303dlhc
@@ -555,6 +556,9 @@ have achieved the "released" status (published on crates.io + documentation / sh
555
556
[ pwm-pca9685 ] : https://crates.io/crates/pwm-pca9685
556
557
[ 32 ] : https://blog.eldruin.com/pca9685-pwm-led-servo-controller-driver-in-rust/
557
558
559
+ [ VEML6030 ] : https://crates.io/crates/veml6030
560
+ [ 33 ] : https://blog.eldruin.com/veml6030-ambient-light-sensor-driver-in-rust/
561
+
558
562
* NOTE* You may be able to find even more driver crates by searching for the [ ` embedded-hal-driver ` ]
559
563
keyword on crates.io!
560
564
You can’t perform that action at this time.
0 commit comments