diff --git a/build/shared/examples/01.Basics/AnalogReadSerial/AnalogReadSerial.ino b/build/shared/examples/01.Basics/AnalogReadSerial/AnalogReadSerial.ino index f8e77f3404f..70848d63d28 100644 --- a/build/shared/examples/01.Basics/AnalogReadSerial/AnalogReadSerial.ino +++ b/build/shared/examples/01.Basics/AnalogReadSerial/AnalogReadSerial.ino @@ -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() { diff --git a/examples_formatter.conf b/examples_formatter.conf index 5dc587ac0b2..e006d1f2f7c 100644 --- a/examples_formatter.conf +++ b/examples_formatter.conf @@ -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