aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/pwm.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-2/+2
|
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-2/+2
|
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-2/+3
|
* formattingrafael2024-12-021-1/+1
|
* formattingrafael2024-12-021-4/+4
|
* correct rp pwm dutycycle examples: desired frequencyrafael2024-12-021-4/+8
|
* add pwm frequency to examplesrafael2024-10-211-2/+8
|
* also add to the rp pwm examplerafael2024-10-211-6/+46
|
* rename PWM_CH to PWM_SLICEAlexandru RADOVICI2024-04-021-1/+1
|
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-151-2/+2
| | | | convenience methods
* Add descriptions to all RP2040 examples. Some need hardware that was not ↵Henrik Berg2023-07-131-0/+4
| | | | specified.
* rp: don't use SetConfig trait in PWM and PIO.Dario Nieuwenhuis2023-05-131-1/+0
| | | | | | It was intended to allow changing baudrate on shared spi/i2c. There's no advantage in using it for PWM or PIO, and makes it less usable because you have to have `embassy-embedded-hal` as a dep to use it.
* rp: add PWM apipennae2023-04-231-0/+27