arduino/Digispark_Passkey/Blinker
2022-11-29 21:06:25 +01:00
..
examples/BlinkTest First version with a button and added the Blinker library to the source root. 2022-11-29 03:51:52 +01:00
src More comments, cleanups and added LICENSE and README. 2022-11-29 21:06:25 +01:00
library.json First version with a button and added the Blinker library to the source root. 2022-11-29 03:51:52 +01:00
library.properties First version with a button and added the Blinker library to the source root. 2022-11-29 03:51:52 +01:00
LICENSE.md First version with a button and added the Blinker library to the source root. 2022-11-29 03:51:52 +01:00
README.md First version with a button and added the Blinker library to the source root. 2022-11-29 03:51:52 +01:00
uecide.json First version with a button and added the Blinker library to the source root. 2022-11-29 03:51:52 +01:00

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.