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,10 @@
name=Blinker
version=1.0.4
author=Matt Jenkins
maintainer=Matt Jenkins <matt@majenko.co.uk>
sentence=Blink an output in different patterns
paragraph=Blinker Library\n===============\n\nThis very simple little library will cause an output\nto "blink" - that is repeatedly go HIGH then LOW with a \nrequested delay.\n\nThe operation is completely non-blocking, so you can\nblink an output while doing other things.\n
url=https://github.com/MajenkoLibraries/Blinker
category=Signal Input/Output
architectures=*
includes=Blinker.h