aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/pio_servo.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move pio programs into embassy-rpCaleb Jamison2024-10-091-88/+8
|
* Changed attach to newBjorn2024-04-211-2/+2
|
* Added PIO pwm examples for rpBjorn2024-04-201-0/+208
Two additionally `rp` examples, `pio_pwm.rs`, which is a baremetal example of how to do pwm with pio, and `pio_servo.rs`, which is a more extended example of pwm and pio with servos.