Add Library
This commit is contained in:
parent
e365b9dbd9
commit
3c47103b39
318 changed files with 56465 additions and 0 deletions
9
libraries/ArduinoThread-master/library.properties
Normal file
9
libraries/ArduinoThread-master/library.properties
Normal file
|
@ -0,0 +1,9 @@
|
|||
name=ArduinoThread
|
||||
version=2.1.1
|
||||
author=Ivan Seidel <ivanseidel@gmail.com>
|
||||
maintainer=Ivan Seidel <ivanseidel@gmail.com>
|
||||
sentence=A simple way to run Threads on Arduino
|
||||
paragraph=This Library helps to maintain organized and to facilitate the use of multiple tasks. We can use Timers Interrupts, and make it really powerfull, running "pseudo-background" tasks on the rug.
|
||||
category=Timing
|
||||
url=https://github.com/ivanseidel/ArduinoThread
|
||||
architectures=*
|
Loading…
Add table
Add a link
Reference in a new issue