Skip to content

Commit db1d084

Browse files
bors[bot]eldruin
andauthored
Merge #89
89: Add PCA9685 PWM LED/Servo controller driver r=adamgreig a=eldruin I just released this driver. Co-authored-by: Diego Barrios Romero <[email protected]>
2 parents 9d08c74 + a317a27 commit db1d084

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/2019-12-26-newsletter-22.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,18 @@ If you want to mention something in [the next newsletter], send us a pull reques
4343

4444
- [@eldruin] released a platform-agnostic [driver for the Si4703][si4703-driver] FM radio turner (receiver) and published a [blog post][si4703-blog-post] including a picture of an example setup.
4545

46+
- [@eldruin] released a platform-agnostic [driver for the PCA9685][pca9685-driver] PWM LED/Servo controller driver and published a [blog post][pca9685-blog-post] including a video of the device controlling RGB LEDs and several Servo motors simultaneously.
47+
4648
[@andre-richter]: https://github.com/andre-richter
4749
[`qemu-exit`]: https://crates.io/crates/qemu-exit
4850

4951
[@eldruin]: https://github.com/eldruin
5052
[si4703-driver]: https://crates.io/crates/si4703
5153
[si4703-blog-post]: https://blog.eldruin.com/si4703-fm-radio-receiver-driver-in-rust/
5254

55+
[pca9685-driver]: https://crates.io/crates/pwm-pca9685
56+
[pca9685-blog-post]: https://blog.eldruin.com/pca9685-pwm-led-servo-controller-driver-in-rust/
57+
5358
If you have an embedded project or blog post you would like to have featured in the Embedded WG Newsletter, make sure to add it to [the next newsletter], we would love to show it off!
5459

5560
## `embedded-hal` Ecosystem Crates

0 commit comments

Comments
 (0)