Skip to content

Commit 9393568

Browse files
committed
Release PCA9685 driver
1 parent 078f0a2 commit 9393568

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
447447
29. [adafruit-alphanum4] - I2C - Driver for [Adafruit 14-segment LED Alphanumeric Backpack][29] based on the ht16k33 chip - ![crates.io](https://img.shields.io/crates/v/adafruit-alphanum4.svg)
448448
30. [OPT300x] - I2C - Ambient light sensor family driver - [Intro blog post][30] - ![crates.io](https://img.shields.io/crates/v/opt300x.svg)
449449
31. [Si4703] - I2C - FM radio turner (receiver) driver - [Intro blog post][31] - ![crates.io](https://img.shields.io/crates/v/si4703.svg)
450+
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)
450451

451452
[L3GD20]: https://crates.io/crates/l3gd20
452453
[LSM303DLHC]: https://crates.io/crates/lsm303dlhc
@@ -537,6 +538,9 @@ have achieved the "released" status (published on crates.io + documentation / sh
537538
[Si4703]: https://crates.io/crates/si4703
538539
[31]: https://blog.eldruin.com/si4703-fm-radio-receiver-driver-in-rust/
539540

541+
[pwm-pca9685]: https://crates.io/crates/pwm-pca9685
542+
[32]: https://blog.eldruin.com/pca9685-pwm-led-servo-controller-driver-in-rust/
543+
540544
*NOTE* You may be able to find even more driver crates by searching for the [`embedded-hal-driver`]
541545
keyword on crates.io!
542546

@@ -590,7 +594,6 @@ Work in progress drivers. Help the authors make these crates awesome!
590594
- [MAX44009] - I2C - Ambient light sensor - ![crates.io](https://img.shields.io/crates/v/max44009.svg)
591595
- [TCS3472] - I2C - RGB color light sensor - ![crates.io](https://img.shields.io/crates/v/tcs3472.svg)
592596
- [DS323x] - I2C/SPI - Real-time clocks (RTC): DS3231, DS3232 and DS3234 - ![crates.io](https://img.shields.io/crates/v/ds323x.svg)
593-
- [pwm-pca9685] - I2C - 16-channel, 12-bit PWM/Servo/LED controller - ![crates.io](https://img.shields.io/crates/v/pwm-pca9685.svg)
594597
- [AS5048A] - SPI - AMS AS5048A Magnetic Rotary Encoder
595598
- [MAX17048/9] - I2C - LiPo Fuel guage, battery monitoring IC - ![crates.io](https://img.shields.io/crates/v/max17048.svg)
596599
- [HM11] - USART - HM-11 bluetooth module AT configuration crate - ![crates.io](https://img.shields.io/crates/v/hm11.svg)
@@ -659,7 +662,6 @@ Work in progress drivers. Help the authors make these crates awesome!
659662
[MAX44009]: https://crates.io/crates/max44009
660663
[TCS3472]: https://crates.io/crates/tcs3472
661664
[DS323x]: https://crates.io/crates/ds323x
662-
[pwm-pca9685]: https://crates.io/crates/pwm-pca9685
663665
[AS5048A]: https://github.com/uwearzt/as5048a
664666
[HM11]: https://crates.io/crates/hm11
665667
[MAX17048/9]: https://crates.io/crates/max17048

0 commit comments

Comments
 (0)