nanoI2CSlaveExpander
ARDUINO Nano v3 used as I2C slace digital and analog io expander for ESP8266 and others...
debugSerialPort.h File Reference

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 = "";
 

Detailed Description

all macros that i use tu print debug message on ARUDINO

Author
J.SORANZO
Date
about september 2018
Version
gitversionning

Definition in file debugSerialPort.h.

Macro Definition Documentation

◆ DEBUGPORT

#define DEBUGPORT   Serial

The name of the serial port to display debug message

Definition at line 28 of file debugSerialPort.h.

◆ DEBUGSPEED

#define DEBUGSPEED   9600

the speed in bauds of the debug port

Definition at line 29 of file debugSerialPort.h.

◆ DEFDPROMPT

#define DEFDPROMPT (   X)    String dPrompt = "";

Definition at line 65 of file debugSerialPort.h.

◆ DSP

#define DSP (   X)

Definition at line 46 of file debugSerialPort.h.

◆ DSPF

#define DSPF (   X)

Definition at line 48 of file debugSerialPort.h.

◆ DSPL

#define DSPL (   X)

Definition at line 47 of file debugSerialPort.h.

◆ DSPLF

#define DSPLF (   X)

Definition at line 49 of file debugSerialPort.h.

◆ sp

#define sp (   X)    DEBUGPORT.print(X)

sp macro for Serial.print

Definition at line 37 of file debugSerialPort.h.

◆ spl

#define spl (   X)    DEBUGPORT.println(X)

for Serial.println

Definition at line 38 of file debugSerialPort.h.