Skip to content

Commit

Permalink
Serial plotter: added comment to AnalogReadSerial. Fixes #3451
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Fissore committed Jul 6, 2015
1 parent 5e98cd8 commit d9b3a86
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -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() {
Expand Down
23 changes: 12 additions & 11 deletions examples_formatter.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d9b3a86

Please sign in to comment.