index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
nrf
/
src
/
bin
/
pwm_sequence.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename examples/nrf to examples/nrf52840
Dominik Boehi
2023-01-09
1
-36
/
+0
*
Split embassy-time from embassy-executor.
Dario Nieuwenhuis
2022-08-18
1
-2
/
+2
*
Remove HAL initialization from #[embassy::main] macro.
Dario Nieuwenhuis
2022-08-17
1
-2
/
+2
*
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-29
1
-3
/
+3
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
1
-6
/
+2
*
Use embassy/defmt-timestamp-uptime in all examples.
Dario Nieuwenhuis
2022-04-02
1
-2
/
+3
*
nrf: remove OptionalPin
Dario Nieuwenhuis
2022-02-12
1
-4
/
+1
*
Further API simplification for the single seq scenario
huntc
2022-02-05
1
-3
/
+2
*
Removed unrequired clone
huntc
2022-02-04
1
-1
/
+1
*
Introduced the SingleSequencer and a more complex Sequencer
huntc
2022-02-04
1
-17
/
+5
*
Update another example
huntc
2022-02-04
1
-13
/
+14
*
Some more doco
huntc
2022-01-30
1
-2
/
+2
*
Revert "Own the sequence buffer"
huntc
2022-01-30
1
-8
/
+14
*
Own the sequence buffer
huntc
2022-01-29
1
-14
/
+8
*
Now permits sequences to be mutated subsequently
huntc
2022-01-28
1
-4
/
+4
*
Make the sequence a little nicer to pass around
huntc
2022-01-28
1
-11
/
+7
*
PWM WS2812B example and per sequence config
huntc
2022-01-28
1
-5
/
+18
*
Stop PWM before assigning the new sequence
huntc
2022-01-25
1
-1
/
+1
*
Strengthen the borrow
huntc
2022-01-24
1
-1
/
+1
*
Permit many sequences to be passed
huntc
2022-01-23
1
-9
/
+9
*
pwm_sequence show implicit and explicit stop functionality
Jacob Rosenthal
2021-11-11
1
-3
/
+6
*
nrf: dump the pwm_sequence example for clarity
Jacob Rosenthal
2021-11-11
1
-82
/
+9
*
nrf: sequencepwm rename top to max_duty for consistancy
Jacob Rosenthal
2021-11-11
1
-1
/
+1
*
fix
Jacob Rosenthal
2021-11-11
1
-2
/
+2
*
fix
Jacob Rosenthal
2021-11-11
1
-2
/
+8
*
pwm_sequence consume buffer
Jacob Rosenthal
2021-11-11
1
-7
/
+1
*
remove unstable feature and dependency, and make pwm_sequence a near mirror o...
Jacob Rosenthal
2021-11-10
1
-11
/
+87
*
make SequenceConfig struct is consistent with other Config structs, that are ...
Jacob Rosenthal
2021-11-03
1
-13
/
+12
*
rename to SimplePwm and SequencePwm
Jacob Rosenthal
2021-11-03
1
-2
/
+2
*
rename error enum again
Jacob Rosenthal
2021-11-02
1
-1
/
+1
*
seperate start from pwmseq::new
Jacob Rosenthal
2021-11-01
1
-2
/
+2
*
seperate sequence from duty cycle pwm struct
Jacob Rosenthal
2021-11-01
1
-3
/
+6
*
better not as a constructor?
Jacob Rosenthal
2021-11-01
1
-6
/
+5
*
reduce complexity of loopmode
Jacob Rosenthal
2021-11-01
1
-1
/
+1
*
documentation
Jacob Rosenthal
2021-11-01
1
-1
/
+1
*
add ability to configure loop count from 1 to infinite
Jacob Rosenthal
2021-10-30
1
-8
/
+5
*
simplify api, more interesting example
Jacob Rosenthal
2021-10-29
1
-7
/
+7
*
simple_playback api from nrf sdk
Jacob Rosenthal
2021-10-29
1
-0
/
+41