Skip to content

Commit 3c7978a

Browse files
committed
modified sentences in library.properties files
1 parent 13176d7 commit 3c7978a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name=Scheduler
22
version=0.4
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
5-
sentence=Run multiple functions at the same time. This allows tasks to happen without interrupting each other.
5+
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.
77
url=http://arduino.cc/en/Reference/Scheduler
88
architectures=sam

0 commit comments

Comments
 (0)