Skip to content

Commit 3b63162

Browse files
committed
Fixed some libraries metadata.
1 parent 3c7978a commit 3b63162

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ author=Arduino
44
maintainer=Arduino <info@arduino.cc>
55
sentence=Allows multiple tasks to run at the same time, without interrupting each other. For Arduino DUE only.
66
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
78
url=http://arduino.cc/en/Reference/Scheduler
89
architectures=sam

0 commit comments

Comments
 (0)