Skip to content

Commit 3ad4da8

Browse files
authored
Merge pull request #72 from karlsoderby/karlsoderby/update-links
Links in comment update
2 parents 1d7b1fb + da8f672 commit 3ad4da8

File tree

66 files changed

+67
-67
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+67
-67
lines changed

.DS_Store

6 KB
Binary file not shown.

examples/01.Basics/AnalogReadSerial/AnalogReadSerial.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
This example code is in the public domain.
99
10-
https://www.arduino.cc/en/Tutorial/BuiltInExamples/AnalogReadSerial
10+
https://docs.arduino.cc/built-in-examples/basics/AnalogReadSerial/
1111
*/
1212

1313
// the setup routine runs once when you press reset:

examples/01.Basics/Blink/Blink.ino

Lines changed: 2 additions & 2 deletions
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
@@ -19,7 +19,7 @@
1919
2020
This example code is in the public domain.
2121
22-
https://www.arduino.cc/en/Tutorial/BuiltInExamples/Blink
22+
https://docs.arduino.cc/built-in-examples/basics/Blink/
2323
*/
2424

2525
// the setup function runs once when you press reset or power the board

examples/01.Basics/DigitalReadSerial/DigitalReadSerial.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This example code is in the public domain.
77
8-
https://www.arduino.cc/en/Tutorial/BuiltInExamples/DigitalReadSerial
8+
https://docs.arduino.cc/built-in-examples/basics/DigitalReadSerial/
99
*/
1010

1111
// digital pin 2 has a pushbutton attached to it. Give it a name:

examples/01.Basics/Fade/Fade.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
This example code is in the public domain.
1212
13-
https://www.arduino.cc/en/Tutorial/BuiltInExamples/Fade
13+
https://docs.arduino.cc/built-in-examples/basics/Fade/
1414
*/
1515

1616
int led = 9; // the PWM pin the LED is attached to

examples/01.Basics/ReadAnalogVoltage/ReadAnalogVoltage.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
This example code is in the public domain.
99
10-
https://www.arduino.cc/en/Tutorial/BuiltInExamples/ReadAnalogVoltage
10+
https://docs.arduino.cc/built-in-examples/basics/ReadAnalogVoltage/
1111
*/
1212

1313
// the setup routine runs once when you press reset:

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() {

0 commit comments

Comments
 (0)