Serial plotter: added comment to AnalogReadSerial. Fixes #3451

This commit is contained in:
Federico Fissore 2015-07-06 15:27:07 +02:00
parent 5e98cd8528
commit d9b3a86e84
2 changed files with 15 additions and 13 deletions

View File

@ -1,10 +1,11 @@
/*
AnalogReadSerial
Reads an analog input on pin 0, prints the result to the serial monitor.
Graphical representation of readings available using serial plotter (Tools > Serial Plotter menu)
Attach the center pin of a potentiometer to pin A0, and the outside pins to +5V and ground.
This example code is in the public domain.
*/
This example code is in the public domain.
*/
// the setup routine runs once when you press reset:
void setup() {

View File

@ -29,16 +29,17 @@ pad-header
keep-one-line-statements
style=java
xn
xc
xl
xk
attach-namespaces
attach-classes
attach-inlines
attach-extern-c
indent-modifiers
N
L
xW
w
xw
U
j
indent-namespaces
indent-labels
indent-preproc-block
indent-preproc-define
indent-preproc-cond
unpad-paren
add-brackets
remove-comment-prefix