File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed 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/ AnalogInOutSerial
20
+ https://docs .arduino.cc/built-in-examples/analog/ AnalogInOutSerial/
21
21
*/
22
22
23
23
// These constants won't change. They're used to give names to the pins used:
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/ AnalogInput
27
+ https://docs .arduino.cc/built-in-examples/analog/ AnalogInput/
28
28
*/
29
29
30
30
int sensorPin = A0; // select the input pin for the potentiometer
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/ AnalogWriteMega
15
+ https://docs .arduino.cc/built-in-examples/analog/ AnalogWriteMega/
16
16
*/
17
17
18
18
// These constants won't change. They're used to give names to the pins used:
Original file line number Diff line number Diff line change 23
23
24
24
This example code is in the public domain.
25
25
26
- https://www .arduino.cc/en/Tutorial/BuiltInExamples/ Calibration
26
+ https://docs .arduino.cc/built-in-examples/analog/ Calibration/
27
27
*/
28
28
29
29
// These constants won't change:
Original file line number Diff line number Diff line change 13
13
14
14
This example code is in the public domain.
15
15
16
- https://www .arduino.cc/en/Tutorial/BuiltInExamples/ Fading
16
+ https://docs .arduino.cc/built-in-examples/analog/ Fading/
17
17
*/
18
18
19
19
int ledPin = 9 ; // LED connected to digital pin 9
Original file line number Diff line number Diff line change 15
15
16
16
This example code is in the public domain.
17
17
18
- https://www .arduino.cc/en/Tutorial/BuiltInExamples/ Smoothing
18
+ https://docs .arduino.cc/built-in-examples/analog/ Smoothing/
19
19
*/
20
20
21
21
// Define the number of samples to keep track of. The higher the number, the
You can’t perform that action at this time.
0 commit comments