First version with a button and added the Blinker library to the source root.

This commit is contained in:
Johannes Findeisen 2022-11-29 03:51:52 +01:00
commit 15e33b531f
9 changed files with 246 additions and 31 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.