Skip to content

Commit 9ade4a7

Browse files
author
Federico Fissore
committed
Due to website configuration changes, every url starting with http://arduino.cc has been changed to http://www.arduino.cc. Fixes #3191
1 parent f092c28 commit 9ade4a7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The Scheduler library enables the Arduino Due to run multiple functions at the same time. This allows tasks to happen without interrupting each other.
44

55
For more information about this library please visit us at
6-
http://arduino.cc/en/Reference/Scheduler
6+
http://www.arduino.cc/en/Reference/Scheduler
77

88
== License ==
99

examples/MultipleBlinks/MultipleBlinks.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
This example code is in the public domain
1515
16-
http://arduino.cc/en/Tutorial/MultipleBlinks
16+
http://www.arduino.cc/en/Tutorial/MultipleBlinks
1717
*/
1818

1919
// Include Scheduler since we want to manage multiple tasks.

library.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=Scheduler
2-
version=0.4.2
2+
version=0.4.3
33
author=Arduino
44
maintainer=Arduino <[email protected]>
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.
77
category=Other
8-
url=http://arduino.cc/en/Reference/Scheduler
8+
url=http://www.arduino.cc/en/Reference/Scheduler
99
architectures=sam

0 commit comments

Comments
 (0)