Skip to content

Commit ef1cfce

Browse files
committed
Scheduler library for Arduino Due to the new format
1 parent 0608c9f commit ef1cfce

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name=Scheduler
2+
author=The Android Open Source Project
3+
4+
sentence=The Scheduler library enables the Arduino Due to run multiple functions at the same time. This allows tasks to happen without interrupting each other.
5+
paragraph=The Scheduler library enables the Arduino Due to run multiple functions at the same time. This allows tasks to happen without interrupting each other.</br>This is a cooperative scheduler in that the CPU switches from one task to another. The library includes methods for passing control between tasks.
6+
url=http://arduino.cc/en/Reference/Scheduler
7+
architectures=*
8+
version=0.4
9+
dependencies= none
10+
core-dependencies=arduino (>=1.5.0)

0 commit comments

Comments
 (0)