aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf/src/bin/pwm_sequence.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename examples/nrf to examples/nrf52840Dominik Boehi2023-01-091-36/+0
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-181-2/+2
* 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-3/+3
* Run rustfmt.Dario Nieuwenhuis2022-06-121-6/+2
* Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis2022-04-021-2/+3
* nrf: remove OptionalPinDario Nieuwenhuis2022-02-121-4/+1
* Further API simplification for the single seq scenariohuntc2022-02-051-3/+2
* Removed unrequired clonehuntc2022-02-041-1/+1
* Introduced the SingleSequencer and a more complex Sequencerhuntc2022-02-041-17/+5
* Update another examplehuntc2022-02-041-13/+14
* Some more docohuntc2022-01-301-2/+2
* Revert "Own the sequence buffer"huntc2022-01-301-8/+14
* Own the sequence bufferhuntc2022-01-291-14/+8
* Now permits sequences to be mutated subsequentlyhuntc2022-01-281-4/+4
* Make the sequence a little nicer to pass aroundhuntc2022-01-281-11/+7
* PWM WS2812B example and per sequence confighuntc2022-01-281-5/+18
* 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-9/+9
* pwm_sequence show implicit and explicit stop functionalityJacob Rosenthal2021-11-111-3/+6
* nrf: dump the pwm_sequence example for clarityJacob Rosenthal2021-11-111-82/+9
* nrf: sequencepwm rename top to max_duty for consistancyJacob Rosenthal2021-11-111-1/+1
* fixJacob Rosenthal2021-11-111-2/+2
* fixJacob Rosenthal2021-11-111-2/+8
* pwm_sequence consume bufferJacob Rosenthal2021-11-111-7/+1
* remove unstable feature and dependency, and make pwm_sequence a near mirror o...Jacob Rosenthal2021-11-101-11/+87
* make SequenceConfig struct is consistent with other Config structs, that are ...Jacob Rosenthal2021-11-031-13/+12
* rename to SimplePwm and SequencePwmJacob Rosenthal2021-11-031-2/+2
* rename error enum againJacob Rosenthal2021-11-021-1/+1
* seperate start from pwmseq::newJacob Rosenthal2021-11-011-2/+2
* seperate sequence from duty cycle pwm structJacob Rosenthal2021-11-011-3/+6
* better not as a constructor?Jacob Rosenthal2021-11-011-6/+5
* reduce complexity of loopmodeJacob Rosenthal2021-11-011-1/+1
* documentationJacob Rosenthal2021-11-011-1/+1
* add ability to configure loop count from 1 to infiniteJacob Rosenthal2021-10-301-8/+5
* simplify api, more interesting exampleJacob Rosenthal2021-10-291-7/+7
* simple_playback api from nrf sdkJacob Rosenthal2021-10-291-0/+41