We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc901ac + 02fd9c8 commit 19581b1Copy full SHA for 19581b1
library.properties
@@ -1,12 +1,12 @@
1
name=avdweb_VirtualDelay
2
-version=1.1.0
+version=1.1.1
3
author=Albert van Dalen <http://www.avdweb.nl>
4
license=GPL-3.0-or-later
5
maintainer=Abhijit Bose (aka. Boseji) <boseji.com>
6
sentence=Allows using (multiple) delays without blocking code execution. Arduino Uno and Zero.
7
paragraph=During the delay, the code execution is continued. We can use multiple delays simultaneously and independent of each other.
8
category=Timing
9
-url=https://github.com/avandalen/VirtualDelay
+url=https://github.com/avdwebLibraries/VirtualDelay
10
architectures=*
11
includes=avdweb_VirtualDelay.h
12
0 commit comments