Added asynchronous non-blocking LED blinking.
This makes use of the Blinker library: https://github.com/MajenkoLibraries/Blinker
This commit is contained in:
parent
fae5de0bed
commit
4e3b67d764
9 changed files with 195 additions and 4 deletions
9
libraries/Blinker/README.md
Normal file
9
libraries/Blinker/README.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue