embassy/examples/nrf/src
Jacob Rosenthal 67baec472d nrf: dump the pwm_sequence example for clarity
It is basically impossible to directly convert that example to a sequence for various reasons. You cant have multiple channels on same buffer with one sequence instance for starters, also at that clock rate and max_duty 1 period is far longer than the 3ms it was using, which would require using a new max_duty and thus require regenerating the sine table which makes it not representitive of the original example anymore
2021-11-11 23:31:10 -07:00
..
bin nrf: dump the pwm_sequence example for clarity 2021-11-11 23:31:10 -07:00
example_common.rs Move examples to a subdirectory 2021-06-02 01:32:19 +02:00