Jeff Epler 989fb828d4
Revamp background writing
Now a 'once' and a 'loop' buffer can be specified.

'once' is useful for things like writing a neopixel strip in the background,
if you can guarantee the buffer contents are stable until the write is complete.

'loop' is useful for periodic things, like pwm & servos.

both together are useful for some special cases of pwm/servo, where a
transitional waveform needs to be played for one repetition and then
a new waveform needs to be played after that.

The API is renamed to reflect that it's a more generic 'background'
operation.
2022-04-23 13:09:36 -05:00
..
2021-11-10 10:55:53 -06:00
2022-02-02 17:15:33 -06:00
2021-02-26 22:35:38 -06:00
2021-03-15 19:27:36 +05:30
2021-12-22 18:21:18 -08:00
2021-11-10 10:55:53 -06:00
2022-04-23 13:09:36 -05:00
2021-11-10 10:55:53 -06:00
2021-03-15 19:27:36 +05:30
2021-03-15 19:27:36 +05:30