File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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:
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/ 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
Original file line number Diff line number Diff line change 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:
Original file line number Diff line number Diff line change 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
1616int led = 9 ; // the PWM pin the LED is attached to
Original file line number Diff line number Diff line change 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:
You can’t perform that action at this time.
0 commit comments