Skip to content

Links in comment update #72

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
control struct + sensors
  • Loading branch information
karlsoderby committed Jan 19, 2024
commit 19902680d0bf275ce3eefde1d3835827b2e71bc2
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/05.Control/Arrays/Arrays.ino
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

This example code is in the public domain.

https://www.arduino.cc/en/Tutorial/BuiltInExamples/Arrays
https://docs.arduino.cc/built-in-examples/control-structures/Arrays
*/

int timer = 100; // The higher the number, the slower the timing.
Expand Down
2 changes: 1 addition & 1 deletion examples/05.Control/ForLoopIteration/ForLoopIteration.ino
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

This example code is in the public domain.

https://www.arduino.cc/en/Tutorial/BuiltInExamples/ForLoopIteration
https://docs.arduino.cc/built-in-examples/control-structures/ForLoopIteration
*/

int timer = 100; // The higher the number, the slower the timing.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

This example code is in the public domain.

https://www.arduino.cc/en/Tutorial/BuiltInExamples/ifStatementConditional
https://docs.arduino.cc/built-in-examples/control-structures/ifStatementConditional
*/

// These constants won't change:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

This example code is in the public domain.

https://www.arduino.cc/en/Tutorial/BuiltInExamples/WhileStatementConditional
https://docs.arduino.cc/built-in-examples/control-structures/WhileStatementConditional
*/


Expand Down
2 changes: 1 addition & 1 deletion examples/05.Control/switchCase/switchCase.ino
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

This example code is in the public domain.

https://www.arduino.cc/en/Tutorial/BuiltInExamples/SwitchCase
https://docs.arduino.cc/built-in-examples/control-structures/SwitchCase
*/

// these constants won't change. They are the lowest and highest readings you
Expand Down
2 changes: 1 addition & 1 deletion examples/05.Control/switchCase2/switchCase2.ino
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

This example code is in the public domain.

https://www.arduino.cc/en/Tutorial/BuiltInExamples/SwitchCase2
https://docs.arduino.cc/built-in-examples/control-structures/SwitchCase2
*/

void setup() {
Expand Down
2 changes: 1 addition & 1 deletion examples/06.Sensors/ADXL3xx/ADXL3xx.ino
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

This example code is in the public domain.

https://www.arduino.cc/en/Tutorial/BuiltInExamples/ADXL3xx
https://docs.arduino.cc/built-in-examples/sensors/ADXL3xx
*/

// these constants describe the pins. They won't change:
Expand Down
2 changes: 1 addition & 1 deletion examples/06.Sensors/Knock/Knock.ino
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

This example code is in the public domain.

https://www.arduino.cc/en/Tutorial/BuiltInExamples/Knock
https://docs.arduino.cc/built-in-examples/sensors/Knock
*/


Expand Down
2 changes: 1 addition & 1 deletion examples/06.Sensors/Memsic2125/Memsic2125.ino
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

This example code is in the public domain.

https://www.arduino.cc/en/Tutorial/BuiltInExamples/Memsic2125
https://docs.arduino.cc/built-in-examples/sensors/Memsic2125
*/

// these constants won't change:
Expand Down
2 changes: 1 addition & 1 deletion examples/06.Sensors/Ping/Ping.ino
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

This example code is in the public domain.

https://www.arduino.cc/en/Tutorial/BuiltInExamples/Ping
https://docs.arduino.cc/built-in-examples/sensors/Ping
*/

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