arduino/libraries/Blinker
2022-11-28 01:04:52 +01:00
..
examples/BlinkTest Added asynchronous non-blocking LED blinking. 2022-11-28 01:04:52 +01:00
Blinker.cpp Added asynchronous non-blocking LED blinking. 2022-11-28 01:04:52 +01:00
Blinker.h Added asynchronous non-blocking LED blinking. 2022-11-28 01:04:52 +01:00
library.json Added asynchronous non-blocking LED blinking. 2022-11-28 01:04:52 +01:00
library.properties Added asynchronous non-blocking LED blinking. 2022-11-28 01:04:52 +01:00
LICENSE.md Added asynchronous non-blocking LED blinking. 2022-11-28 01:04:52 +01:00
README.md Added asynchronous non-blocking LED blinking. 2022-11-28 01:04:52 +01:00
uecide.json Added asynchronous non-blocking LED blinking. 2022-11-28 01:04: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.