File tree Expand file tree Collapse file tree 10 files changed +11
-11
lines changed Expand file tree Collapse file tree 10 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 88 the correct LED pin independent of which board is used.
99 If you want to know what pin the on-board LED is connected to on your Arduino
1010 model, check the Technical Specs of your board at:
11- https://www .arduino.cc/en/Main/Products
11+ https://docs .arduino.cc/hardware/
1212
1313 modified 8 May 2014
1414 by Scott Fitzgerald
Original file line number Diff line number Diff line change 1212 is set to the correct LED pin independent of which board is used.
1313 If you want to know what pin the on-board LED is connected to on your
1414 Arduino model, check the Technical Specs of your board at:
15- https://www .arduino.cc/en/Main/Products
15+ https://docs .arduino.cc/hardware/
1616
1717 created 2005
1818 by David A. Mellis
2525
2626 This example code is in the public domain.
2727
28- https://www .arduino.cc/en/Tutorial/BuiltInExamples/ BlinkWithoutDelay
28+ https://docs .arduino.cc/built-in-examples/digital/ BlinkWithoutDelay/
2929*/
3030
3131// constants won't change. Used here to set a pin number:
Original file line number Diff line number Diff line change 1919
2020 This example code is in the public domain.
2121
22- https://www .arduino.cc/en/Tutorial/BuiltInExamples/ Button
22+ https://docs .arduino.cc/built-in-examples/digital/ Button/
2323*/
2424
2525// constants won't change. They're used here to set pin numbers:
Original file line number Diff line number Diff line change 2424
2525 This example code is in the public domain.
2626
27- https://www .arduino.cc/en/Tutorial/BuiltInExamples/ Debounce
27+ https://docs .arduino.cc/built-in-examples/digital/ Debounce/
2828*/
2929
3030// constants won't change. They're used here to set pin numbers:
Original file line number Diff line number Diff line change 1717
1818 This example code is in the public domain.
1919
20- https://www .arduino.cc/en/Tutorial/BuiltInExamples/ InputPullupSerial
20+ https://docs .arduino.cc/built-in-examples/digital/ InputPullupSerial/
2121*/
2222
2323void setup () {
Original file line number Diff line number Diff line change 2121
2222 This example code is in the public domain.
2323
24- https://www .arduino.cc/en/Tutorial/BuiltInExamples/ StateChangeDetection
24+ https://docs .arduino.cc/built-in-examples/digital/ StateChangeDetection/
2525*/
2626
2727// this constant won't change:
Original file line number Diff line number Diff line change 1414
1515 This example code is in the public domain.
1616
17- https://www .arduino.cc/en/Tutorial/BuiltInExamples/ toneKeyboard
17+ https://docs .arduino.cc/built-in-examples/digital/ toneKeyboard/
1818*/
1919
2020#include " pitches.h"
Original file line number Diff line number Diff line change 1212
1313 This example code is in the public domain.
1414
15- https://www .arduino.cc/en/Tutorial/BuiltInExamples/ toneMelody
15+ https://docs .arduino.cc/built-in-examples/digital/ toneMelody/
1616*/
1717
1818#include " pitches.h"
Original file line number Diff line number Diff line change 1212
1313 This example code is in the public domain.
1414
15- https://www .arduino.cc/en/Tutorial/BuiltInExamples/ toneMultiple
15+ https://docs .arduino.cc/built-in-examples/digital/ toneMultiple/
1616*/
1717
1818void setup () {
Original file line number Diff line number Diff line change 1414
1515 This example code is in the public domain.
1616
17- https://www .arduino.cc/en/Tutorial/BuiltInExamples/ tonePitchFollower
17+ https://docs .arduino.cc/built-in-examples/digital/ tonePitchFollower/
1818*/
1919
2020void setup () {
You can’t perform that action at this time.
0 commit comments