![]() |
nanoI2CSlaveExpander
ARDUINO Nano v3 used as I2C slace digital and analog io expander for ESP8266 and others...
|
all macros that i use tu print debug message on ARUDINO More...
Go to the source code of this file.
Macros | |
| #define | DEBUGPORT Serial |
| #define | DEBUGSPEED 9600 |
| #define | sp(X) DEBUGPORT.print(X) |
| #define | spl(X) DEBUGPORT.println(X) |
| #define | DSP(X) |
| #define | DSPL(X) |
| #define | DSPF(X) |
| #define | DSPLF(X) |
| #define | DEFDPROMPT(X) String dPrompt = ""; |
all macros that i use tu print debug message on ARUDINO
Definition in file debugSerialPort.h.
| #define DEBUGPORT Serial |
The name of the serial port to display debug message
Definition at line 28 of file debugSerialPort.h.
| #define DEBUGSPEED 9600 |
the speed in bauds of the debug port
Definition at line 29 of file debugSerialPort.h.
| #define DEFDPROMPT | ( | X | ) | String dPrompt = ""; |
Definition at line 65 of file debugSerialPort.h.
| #define DSP | ( | X | ) |
Definition at line 46 of file debugSerialPort.h.
| #define DSPF | ( | X | ) |
Definition at line 48 of file debugSerialPort.h.
| #define DSPL | ( | X | ) |
Definition at line 47 of file debugSerialPort.h.
| #define DSPLF | ( | X | ) |
Definition at line 49 of file debugSerialPort.h.
| #define sp | ( | X | ) | DEBUGPORT.print(X) |
sp macro for Serial.print
Definition at line 37 of file debugSerialPort.h.
| #define spl | ( | X | ) | DEBUGPORT.println(X) |
for Serial.println
Definition at line 38 of file debugSerialPort.h.