Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
|
Configure your debug messages and hardware resource. More...
Macros | |
#define | dbSerial Serial |
#define | nexSerial Serial |
#define | utoa itoa |
#define | dbSerialPrint(a) do{}while(0) |
#define | dbSerialPrintln(a) do{}while(0) |
#define | dbSerialBegin(a) do{}while(0) |
Configure your debug messages and hardware resource.
#define dbSerial Serial |
Define DEBUG_SERIAL_ENABLE to enable debug serial. Comment it to disable debug serial. Define dbSerial for the output of debug messages.
#define nexSerial Serial |
Define nexSerial for communicate with Nextion touch panel.