File tree 11 files changed +10
-10
lines changed
WhileStatementConditional
11 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 17
17
18
18
This example code is in the public domain.
19
19
20
- https://www .arduino.cc/en/Tutorial/BuiltInExamples /Arrays
20
+ https://docs .arduino.cc/built-in-examples/control-structures /Arrays
21
21
*/
22
22
23
23
int timer = 100 ; // The higher the number, the slower the timing.
Original file line number Diff line number Diff line change 14
14
15
15
This example code is in the public domain.
16
16
17
- https://www .arduino.cc/en/Tutorial/BuiltInExamples /ForLoopIteration
17
+ https://docs .arduino.cc/built-in-examples/control-structures /ForLoopIteration
18
18
*/
19
19
20
20
int timer = 100 ; // The higher the number, the slower the timing.
Original file line number Diff line number Diff line change 21
21
22
22
This example code is in the public domain.
23
23
24
- https://www .arduino.cc/en/Tutorial/BuiltInExamples /ifStatementConditional
24
+ https://docs .arduino.cc/built-in-examples/control-structures /ifStatementConditional
25
25
*/
26
26
27
27
// These constants won't change:
Original file line number Diff line number Diff line change 24
24
25
25
This example code is in the public domain.
26
26
27
- https://www .arduino.cc/en/Tutorial/BuiltInExamples /WhileStatementConditional
27
+ https://docs .arduino.cc/built-in-examples/control-structures /WhileStatementConditional
28
28
*/
29
29
30
30
Original file line number Diff line number Diff line change 18
18
19
19
This example code is in the public domain.
20
20
21
- https://www .arduino.cc/en/Tutorial/BuiltInExamples /SwitchCase
21
+ https://docs .arduino.cc/built-in-examples/control-structures /SwitchCase
22
22
*/
23
23
24
24
// these constants won't change. They are the lowest and highest readings you
Original file line number Diff line number Diff line change 17
17
18
18
This example code is in the public domain.
19
19
20
- https://www .arduino.cc/en/Tutorial/BuiltInExamples /SwitchCase2
20
+ https://docs .arduino.cc/built-in-examples/control-structures /SwitchCase2
21
21
*/
22
22
23
23
void setup () {
Original file line number Diff line number Diff line change 21
21
22
22
This example code is in the public domain.
23
23
24
- https://www .arduino.cc/en/Tutorial/BuiltInExamples /ADXL3xx
24
+ https://docs .arduino.cc/built-in-examples/sensors /ADXL3xx
25
25
*/
26
26
27
27
// these constants describe the pins. They won't change:
Original file line number Diff line number Diff line change 18
18
19
19
This example code is in the public domain.
20
20
21
- https://www .arduino.cc/en/Tutorial/BuiltInExamples /Knock
21
+ https://docs .arduino.cc/built-in-examples/sensors /Knock
22
22
*/
23
23
24
24
Original file line number Diff line number Diff line change 18
18
19
19
This example code is in the public domain.
20
20
21
- https://www .arduino.cc/en/Tutorial/BuiltInExamples /Memsic2125
21
+ https://docs .arduino.cc/built-in-examples/sensors /Memsic2125
22
22
*/
23
23
24
24
// these constants won't change:
Original file line number Diff line number Diff line change 18
18
19
19
This example code is in the public domain.
20
20
21
- https://www .arduino.cc/en/Tutorial/BuiltInExamples /Ping
21
+ https://docs .arduino.cc/built-in-examples/sensors /Ping
22
22
*/
23
23
24
24
// this constant won't change. It's the pin number of the sensor's output:
You can’t perform that action at this time.
0 commit comments