Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1990268

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

File tree

11 files changed

+10
-10
lines changed

11 files changed

+10
-10
lines changed

‎.DS_Store‎

6 KB
Binary file not shown.

‎examples/05.Control/Arrays/Arrays.ino‎

Lines changed: 1 addition & 1 deletion
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.

‎examples/05.Control/ForLoopIteration/ForLoopIteration.ino‎

Lines changed: 1 addition & 1 deletion
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.

‎examples/05.Control/IfStatementConditional/IfStatementConditional.ino‎

Lines changed: 1 addition & 1 deletion
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:

‎examples/05.Control/WhileStatementConditional/WhileStatementConditional.ino‎

Lines changed: 1 addition & 1 deletion
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

‎examples/05.Control/switchCase/switchCase.ino‎

Lines changed: 1 addition & 1 deletion
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

‎examples/05.Control/switchCase2/switchCase2.ino‎

Lines changed: 1 addition & 1 deletion
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() {

‎examples/06.Sensors/ADXL3xx/ADXL3xx.ino‎

Lines changed: 1 addition & 1 deletion
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:

‎examples/06.Sensors/Knock/Knock.ino‎

Lines changed: 1 addition & 1 deletion
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

‎examples/06.Sensors/Memsic2125/Memsic2125.ino‎

Lines changed: 1 addition & 1 deletion
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:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /