File tree 10 files changed +11
-11
lines changed
10 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 8
8
the correct LED pin independent of which board is used.
9
9
If you want to know what pin the on-board LED is connected to on your Arduino
10
10
model, check the Technical Specs of your board at:
11
- https://www .arduino.cc/en/Main/Products
11
+ https://docs .arduino.cc/hardware/
12
12
13
13
modified 8 May 2014
14
14
by Scott Fitzgerald
Original file line number Diff line number Diff line change 12
12
is set to the correct LED pin independent of which board is used.
13
13
If you want to know what pin the on-board LED is connected to on your
14
14
Arduino model, check the Technical Specs of your board at:
15
- https://www .arduino.cc/en/Main/Products
15
+ https://docs .arduino.cc/hardware/
16
16
17
17
created 2005
18
18
by David A. Mellis
25
25
26
26
This example code is in the public domain.
27
27
28
- https://www .arduino.cc/en/Tutorial/BuiltInExamples/ BlinkWithoutDelay
28
+ https://docs .arduino.cc/built-in-examples/digital/ BlinkWithoutDelay/
29
29
*/
30
30
31
31
// constants won't change. Used here to set a pin number:
Original file line number Diff line number Diff line change 19
19
20
20
This example code is in the public domain.
21
21
22
- https://www .arduino.cc/en/Tutorial/BuiltInExamples/ Button
22
+ https://docs .arduino.cc/built-in-examples/digital/ Button/
23
23
*/
24
24
25
25
// constants won't change. They're used here to set pin numbers:
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/ Debounce
27
+ https://docs .arduino.cc/built-in-examples/digital/ Debounce/
28
28
*/
29
29
30
30
// constants won't change. They're used here to set pin numbers:
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/ InputPullupSerial
20
+ https://docs .arduino.cc/built-in-examples/digital/ InputPullupSerial/
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/ StateChangeDetection
24
+ https://docs .arduino.cc/built-in-examples/digital/ StateChangeDetection/
25
25
*/
26
26
27
27
// this constant won't change:
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/ toneKeyboard
17
+ https://docs .arduino.cc/built-in-examples/digital/ toneKeyboard/
18
18
*/
19
19
20
20
#include " pitches.h"
Original file line number Diff line number Diff line change 12
12
13
13
This example code is in the public domain.
14
14
15
- https://www .arduino.cc/en/Tutorial/BuiltInExamples/ toneMelody
15
+ https://docs .arduino.cc/built-in-examples/digital/ toneMelody/
16
16
*/
17
17
18
18
#include " pitches.h"
Original file line number Diff line number Diff line change 12
12
13
13
This example code is in the public domain.
14
14
15
- https://www .arduino.cc/en/Tutorial/BuiltInExamples/ toneMultiple
15
+ https://docs .arduino.cc/built-in-examples/digital/ toneMultiple/
16
16
*/
17
17
18
18
void setup () {
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/ tonePitchFollower
17
+ https://docs .arduino.cc/built-in-examples/digital/ tonePitchFollower/
18
18
*/
19
19
20
20
void setup () {
You can’t perform that action at this time.
0 commit comments