Skip to content

Commit 1990268

Browse files
committed
control struct + sensors
1 parent 13bb330 commit 1990268

File tree

11 files changed

+10
-10
lines changed

11 files changed

+10
-10
lines changed

Diff for: .DS_Store

6 KB
Binary file not shown.

Diff for: examples/05.Control/Arrays/Arrays.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
This example code is in the public domain.
1919
20-
https://www.arduino.cc/en/Tutorial/BuiltInExamples/Arrays
20+
https://docs.arduino.cc/built-in-examples/control-structures/Arrays
2121
*/
2222

2323
int timer = 100; // The higher the number, the slower the timing.

Diff for: examples/05.Control/ForLoopIteration/ForLoopIteration.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
1515
This example code is in the public domain.
1616
17-
https://www.arduino.cc/en/Tutorial/BuiltInExamples/ForLoopIteration
17+
https://docs.arduino.cc/built-in-examples/control-structures/ForLoopIteration
1818
*/
1919

2020
int timer = 100; // The higher the number, the slower the timing.

Diff for: examples/05.Control/IfStatementConditional/IfStatementConditional.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
2222
This example code is in the public domain.
2323
24-
https://www.arduino.cc/en/Tutorial/BuiltInExamples/ifStatementConditional
24+
https://docs.arduino.cc/built-in-examples/control-structures/ifStatementConditional
2525
*/
2626

2727
// These constants won't change:

Diff for: examples/05.Control/WhileStatementConditional/WhileStatementConditional.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
2525
This example code is in the public domain.
2626
27-
https://www.arduino.cc/en/Tutorial/BuiltInExamples/WhileStatementConditional
27+
https://docs.arduino.cc/built-in-examples/control-structures/WhileStatementConditional
2828
*/
2929

3030

Diff for: examples/05.Control/switchCase/switchCase.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
This example code is in the public domain.
2020
21-
https://www.arduino.cc/en/Tutorial/BuiltInExamples/SwitchCase
21+
https://docs.arduino.cc/built-in-examples/control-structures/SwitchCase
2222
*/
2323

2424
// these constants won't change. They are the lowest and highest readings you

Diff for: examples/05.Control/switchCase2/switchCase2.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
This example code is in the public domain.
1919
20-
https://www.arduino.cc/en/Tutorial/BuiltInExamples/SwitchCase2
20+
https://docs.arduino.cc/built-in-examples/control-structures/SwitchCase2
2121
*/
2222

2323
void setup() {

Diff for: examples/06.Sensors/ADXL3xx/ADXL3xx.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
2222
This example code is in the public domain.
2323
24-
https://www.arduino.cc/en/Tutorial/BuiltInExamples/ADXL3xx
24+
https://docs.arduino.cc/built-in-examples/sensors/ADXL3xx
2525
*/
2626

2727
// these constants describe the pins. They won't change:

Diff for: examples/06.Sensors/Knock/Knock.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
This example code is in the public domain.
2020
21-
https://www.arduino.cc/en/Tutorial/BuiltInExamples/Knock
21+
https://docs.arduino.cc/built-in-examples/sensors/Knock
2222
*/
2323

2424

Diff for: examples/06.Sensors/Memsic2125/Memsic2125.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
This example code is in the public domain.
2020
21-
https://www.arduino.cc/en/Tutorial/BuiltInExamples/Memsic2125
21+
https://docs.arduino.cc/built-in-examples/sensors/Memsic2125
2222
*/
2323

2424
// these constants won't change:

Diff for: examples/06.Sensors/Ping/Ping.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
This example code is in the public domain.
2020
21-
https://www.arduino.cc/en/Tutorial/BuiltInExamples/Ping
21+
https://docs.arduino.cc/built-in-examples/sensors/Ping
2222
*/
2323

2424
// this constant won't change. It's the pin number of the sensor's output:

0 commit comments

Comments
 (0)