Go to the source code of this file.
Macros | |
| #define | DEBUG_SERIAL_ENABLE |
| #define | dbSerial Serial |
| #define | nexSerial Serial2 |
| #define | dbSerialPrint(a) dbSerial.print(a) |
| #define | dbSerialPrintln(a) dbSerial.println(a) |
| #define | dbSerialBegin(a) dbSerial.begin(a) |
Options for user can be found here.
1.8.7