Skip to content

Commit 09b9492

Browse files
committed
Auto formatting the code
1 parent edacd9c commit 09b9492

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: examples/Arduino_Debug_Advance/Arduino_Debug_Advance.ino

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*
2-
* Advanced Debug can be helpful in embedded applications when
3-
* there are more that two microcontrollers connected serially
4-
* or a wireless sensor like XBee is connected to the serial port
5-
* that will send data wirelessly to other XBee node.
6-
*
7-
* In boards like Arduino Nano, UNO, MEGA only one serial port is available,
8-
* therefore additional Software Serial ports can be made using SoftwareSerial
9-
*/
2+
Advanced Debug can be helpful in embedded applications when
3+
there are more that two microcontrollers connected serially
4+
or a wireless sensor like XBee is connected to the serial port
5+
that will send data wirelessly to other XBee node.
6+
7+
In boards like Arduino Nano, UNO, MEGA only one serial port is available,
8+
therefore additional Software Serial ports can be made using SoftwareSerial
9+
*/
1010

1111
#include "Arduino_DebugUtils.h"
1212
#include <SoftwareSerial.h>

0 commit comments

Comments
 (0)