Added asynchronous non-blocking LED blinking.

This makes use of the Blinker library:
https://github.com/MajenkoLibraries/Blinker
This commit is contained in:
Johannes Findeisen 2022-11-28 01:04:52 +01:00
commit 4e3b67d764
9 changed files with 195 additions and 4 deletions

View file

@ -0,0 +1,9 @@
Blinker Library
===============
This very simple little library will cause an output
to "blink" - that is repeatedly go HIGH then LOW with a
requested delay.
The operation is completely non-blocking, so you can
blink an output while doing other things.