File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
8
8
This example code is in the public domain.
9
9
10
- https://www .arduino.cc/en/Tutorial/BuiltInExamples/ AnalogReadSerial
10
+ https://docs .arduino.cc/built-in-examples/basics/ AnalogReadSerial/
11
11
*/
12
12
13
13
// the setup routine runs once when you press reset:
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/ Blink
22
+ https://docs .arduino.cc/built-in-examples/basics/ Blink/
23
23
*/
24
24
25
25
// the setup function runs once when you press reset or power the board
Original file line number Diff line number Diff line change 5
5
6
6
This example code is in the public domain.
7
7
8
- https://www .arduino.cc/en/Tutorial/BuiltInExamples/ DigitalReadSerial
8
+ https://docs .arduino.cc/built-in-examples/basics/ DigitalReadSerial/
9
9
*/
10
10
11
11
// digital pin 2 has a pushbutton attached to it. Give it a name:
Original file line number Diff line number Diff line change 10
10
11
11
This example code is in the public domain.
12
12
13
- https://www .arduino.cc/en/Tutorial/BuiltInExamples/ Fade
13
+ https://docs .arduino.cc/built-in-examples/basics/ Fade/
14
14
*/
15
15
16
16
int led = 9 ; // the PWM pin the LED is attached to
Original file line number Diff line number Diff line change 7
7
8
8
This example code is in the public domain.
9
9
10
- https://www .arduino.cc/en/Tutorial/BuiltInExamples/ ReadAnalogVoltage
10
+ https://docs .arduino.cc/built-in-examples/basics/ ReadAnalogVoltage/
11
11
*/
12
12
13
13
// the setup routine runs once when you press reset:
You can’t perform that action at this time.
0 commit comments