Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
avandalen authored Jan 13, 2018
1 parent d6aa249 commit 4a673b3
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 13 deletions.
12 changes: 8 additions & 4 deletions avdweb_VirtualDelay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ as published by the Free Software Foundation, either version 3 of the License, o
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License at http://www.gnu.org/licenses .
Version 10-1-2016
Version 6-9-2017 elapsed(), added start()
Version 19-9-2017 DO_ONCE without class
Version 19-9-2017 fix rollover bug
AUTHOR: Albert van Dalen
WEBSITE: http://www.avdweb.nl/arduino/libraries/virtualdelay.html
HISTORY:
1.0.0 10-1-2016
1.0.1 6-9-2017 elapsed(), added start()
1.0.2 19-9-2017 DO_ONCE without class
1.0.3 / 19-9-2017 fix rollover bug
start _____|_____________________
__________
Expand Down
11 changes: 11 additions & 0 deletions avdweb_VirtualDelay.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
Copyright (C) 2016 Albert van Dalen http://www.avdweb.nl
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License
as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License at http://www.gnu.org/licenses .
AUTHOR: Albert van Dalen
WEBSITE: http://www.avdweb.nl/arduino/libraries/virtualdelay.html
*/

#ifndef VirtualDelay_H
#define VirtualDelay_H

Expand Down
18 changes: 9 additions & 9 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name=avdweb_VirtualDelay
version=19.9.2017
author=Albert van Dalen
maintainer=Albert van Dalen <[email protected]>
sentence=Allows using (multiple) delays without blocking code execution. Arduino Uno and Zero.
paragraph=During the delay, the code execution is continued. We can use multiple delays simultaneously and independent of each other.
category=Timing
url=https://github.com/avandalen/VirtualDelay
architectures=atmelavr, atmelsam
name=avdweb_VirtualDelay
version=1.0.3
author=Albert van Dalen
maintainer=Albert van Dalen <[email protected]>
sentence=Allows using (multiple) delays without blocking code execution. Arduino Uno and Zero.
paragraph=During the delay, the code execution is continued. We can use multiple delays simultaneously and independent of each other.
category=Timing
url=https://github.com/avandalen/VirtualDelay
architectures=atmelavr, atmelsam

0 comments on commit 4a673b3

Please sign in to comment.