arduino/Digispark_Passkey/Blinker/README.md

256 B

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.