mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2024-11-18 23:41:10 +00:00
Merge pull request #117 from eldruin/add-wip-pca9685
Add WIP pwm-pca9685 crate
This commit is contained in:
commit
b124fb79d3
1 changed files with 2 additions and 0 deletions
|
@ -388,6 +388,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
- [TMP1x2] - I2C - Temperature sensors: TMP102, TMP112x - ![crates.io](https://img.shields.io/crates/v/tmp1x2.svg)
|
||||
- [DS323x] - I2C/SPI - Real-time clocks (RTC): DS3231, DS3232 and DS3234 - ![crates.io](https://img.shields.io/crates/v/ds323x.svg)
|
||||
- [ADS1x1x] - I2C - 12/16-bit ADCs like ADS1013, ADS1015, ADS1115, etc. - ![crates.io](https://img.shields.io/crates/v/ads1x1x.svg)
|
||||
- [pwm-pca9685] - I2C - 16-channel, 12-bit PWM/Servo/LED controller - ![crates.io](https://img.shields.io/crates/v/pwm-pca9685.svg)
|
||||
|
||||
[MFRC522]: https://github.com/japaric/mfrc522
|
||||
[MPU9250]: https://github.com/japaric/mpu9250
|
||||
|
@ -437,6 +438,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
[TCS3472]: https://crates.io/crates/tcs3472
|
||||
[DS323x]: https://crates.io/crates/ds323x
|
||||
[ADS1x1x]: https://crates.io/crates/ads1x1x
|
||||
[pwm-pca9685]: https://crates.io/crates/pwm-pca9685
|
||||
|
||||
## no-std crates
|
||||
|
||||
|
|
Loading…
Reference in a new issue