Skip to content

Commit 974fef1

Browse files
author
Federico Fissore
committed
Serial plotter: added comment to ReadAnalogVoltage. See #3451
1 parent d9b3a86 commit 974fef1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: build/shared/examples/01.Basics/AnalogReadSerial/AnalogReadSerial.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
AnalogReadSerial
33
Reads an analog input on pin 0, prints the result to the serial monitor.
4-
Graphical representation of readings available using serial plotter (Tools > Serial Plotter menu)
4+
Graphical representation is available using serial plotter (Tools > Serial Plotter menu)
55
Attach the center pin of a potentiometer to pin A0, and the outside pins to +5V and ground.
66
77
This example code is in the public domain.

Diff for: build/shared/examples/01.Basics/ReadAnalogVoltage/ReadAnalogVoltage.ino

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
/*
22
ReadAnalogVoltage
33
Reads an analog input on pin 0, converts it to voltage, and prints the result to the serial monitor.
4+
Graphical representation is available using serial plotter (Tools > Serial Plotter menu)
45
Attach the center pin of a potentiometer to pin A0, and the outside pins to +5V and ground.
56
6-
This example code is in the public domain.
7-
*/
7+
This example code is in the public domain.
8+
*/
89

910
// the setup routine runs once when you press reset:
1011
void setup() {

0 commit comments

Comments
 (0)