aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf/src/bin/pwm_sequence_ppi.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename examples/nrf to examples/nrf52840Dominik Boehi2023-01-091-67/+0
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-181-1/+1
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-171-2/+2
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-2/+2
* Update rust nightly. (#819)Dario Nieuwenhuis2022-06-181-1/+0
* Run rustfmt.Dario Nieuwenhuis2022-06-121-6/+3
* Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis2022-04-021-2/+3
* nrf: remove OptionalPinDario Nieuwenhuis2022-02-121-4/+2
* Further API simplification for the single seq scenariohuntc2022-02-051-3/+2
* Introduced the SingleSequencer and a more complex Sequencerhuntc2022-02-041-7/+7
* Expose PWMhuntc2022-02-041-9/+10
* Revert "Own the sequence buffer"huntc2022-01-301-7/+6
* Own the sequence bufferhuntc2022-01-291-6/+7
* Now permits sequences to be mutated subsequentlyhuntc2022-01-281-2/+2
* Make the sequence a little nicer to pass aroundhuntc2022-01-281-3/+7
* PWM WS2812B example and per sequence confighuntc2022-01-281-4/+5
* Stop PWM before assigning the new sequencehuntc2022-01-251-1/+1
* Strengthen the borrowhuntc2022-01-241-1/+1
* Permit many sequences to be passedhuntc2022-01-231-8/+2
* nrf: sequencepwm add eventsJacob Rosenthal2021-11-131-0/+73