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 1447c5b

Browse files
digital
1 parent e340bb6 commit 1447c5b

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

‎examples/01.Basics/Blink/Blink.ino‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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

‎examples/02.Digital/BlinkWithoutDelay/BlinkWithoutDelay.ino‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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
@@ -25,7 +25,7 @@
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:

‎examples/02.Digital/Button/Button.ino‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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:

‎examples/02.Digital/Debounce/Debounce.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/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:

‎examples/02.Digital/DigitalInputPullup/DigitalInputPullup.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/InputPullupSerial
20+
https://docs.arduino.cc/built-in-examples/digital/InputPullupSerial/
2121
*/
2222

2323
void setup() {

‎examples/02.Digital/StateChangeDetection/StateChangeDetection.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/StateChangeDetection
24+
https://docs.arduino.cc/built-in-examples/digital/StateChangeDetection/
2525
*/
2626

2727
// this constant won't change:

‎examples/02.Digital/toneKeyboard/toneKeyboard.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/toneKeyboard
17+
https://docs.arduino.cc/built-in-examples/digital/toneKeyboard/
1818
*/
1919

2020
#include "pitches.h"

‎examples/02.Digital/toneMelody/toneMelody.ino‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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"

‎examples/02.Digital/toneMultiple/toneMultiple.ino‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

1818
void setup() {

‎examples/02.Digital/tonePitchFollower/tonePitchFollower.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/tonePitchFollower
17+
https://docs.arduino.cc/built-in-examples/digital/tonePitchFollower/
1818
*/
1919

2020
void setup() {

0 commit comments

Comments
(0)

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