Skip to content

Examples of using a PCA9685 with the pwm-pca9685 crate

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

eldruin/pca9685-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Additional example programs for the pwm-pca9685 crate

This repository contains additional example programs using the PCA9685 I2C PWM/Servo/LED controller with an STM32F3Discovery board.

These examples expect that you connect the PCA9685 device to the pins PB6 (SCL) and PB7 (SDA) of the discovery board.

For example, to run the f3-servos example: First, connect your discovery board per USB, then connect OpenOCD in a terminal with:

openocd -f interface/stlink-v2-1.cfg -f target/stm32f3x.cfg

Then on another terminal run:

git clone https://github.com/eldruin/pca9685-examples
cd pca9685-examples
cargo run --example f3-servos

License

Licensed under either of

Contributing

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Examples of using a PCA9685 with the pwm-pca9685 crate

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages