Skip to content

Commit 13176d7

Browse files
committed
Updated all library.properties to 1.5 rev2 lib format
1 parent 59e18da commit 13176d7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

library.properties

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name=Scheduler
2+
version=0.4
23
author=Arduino
3-
email=info@arduino.cc
4+
maintainer=Arduino <info@arduino.cc>
45
sentence=Run multiple functions at the same time. This allows tasks to happen without interrupting each other.
56
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.
67
url=http://arduino.cc/en/Reference/Scheduler
78
architectures=sam
8-
version=0.4
9-
dependencies=
10-
core-dependencies=arduino (>=1.5.0)

0 commit comments

Comments
 (0)