Skip to content

Commit a946a57

Browse files
author
Federico Fissore
committed
Bundled libraries update
1 parent 985c8f7 commit a946a57

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

library.properties

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name=Scheduler
2-
version=0.4.0
3-
author=Arduino
4-
maintainer=Arduino <[email protected]>
5-
sentence=Allows multiple tasks to run at the same time, without interrupting each other. For Arduino DUE only.
6-
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.
7-
category=Other
8-
url=http://arduino.cc/en/Reference/Scheduler
9-
architectures=sam
1+
name=Scheduler
2+
version=0.4.1
3+
author=Arduino
4+
maintainer=Arduino <[email protected]>
5+
sentence=Allows multiple tasks to run at the same time, without interrupting each other. For Arduino DUE only.
6+
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.
7+
category=Other
8+
url=http://arduino.cc/en/Reference/Scheduler
9+
architectures=sam

0 commit comments

Comments
 (0)