Skip to content

Commit c43a1a3

Browse files
committed
Updated libraries metadata
1 parent d8203c8 commit c43a1a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=Scheduler
2-
author=The Android Open Source Project
2+
author=Arduino
33
email=info@arduino.cc
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.
4+
sentence=Run multiple functions at the same time. This allows tasks to happen without interrupting each other.
55
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.
66
url=http://arduino.cc/en/Reference/Scheduler
7-
architectures=*
7+
architectures=sam
88
version=0.4
9-
dependencies= none
9+
dependencies=
1010
core-dependencies=arduino (>=1.5.0)

0 commit comments

Comments
 (0)