#include "Arduino.h"
Go to the source code of this file.
◆ ANSI_COLOR_BLUE
| #define ANSI_COLOR_BLUE "\x1b[34m" |
◆ ANSI_COLOR_CYAN
| #define ANSI_COLOR_CYAN "\x1b[36m" |
◆ ANSI_COLOR_GREEN
| #define ANSI_COLOR_GREEN "\x1b[32m" |
◆ ANSI_COLOR_MAGENTA
| #define ANSI_COLOR_MAGENTA "\x1b[35m" |
◆ ANSI_COLOR_RED
| #define ANSI_COLOR_RED "\x1b[31m" |
◆ ANSI_COLOR_RESET
| #define ANSI_COLOR_RESET "\x1b[0m" |
◆ ANSI_COLOR_YELLOW
| #define ANSI_COLOR_YELLOW "\x1b[33m" |
◆ HEXDUMP
◆ HEXDUMP_COLS
◆ MAXCMD_LEN
◆ SUPPRESSHEXDUMP
| #define SUPPRESSHEXDUMP 0 |
◆ __hexdump__()
| void __hexdump__ |
( |
const void * |
p_buf, |
|
|
uint32_t |
l_len |
|
) |
| |
|
inline |
◆ printGreen()
| void printGreen |
( |
const char |
c[] | ) |
|
|
inline |
◆ printlnGreen()
| void printlnGreen |
( |
const char |
c[] | ) |
|
|
inline |
◆ printlnMagenta()
| void printlnMagenta |
( |
const char |
c[] | ) |
|
|
inline |
◆ printlnRed()
| void printlnRed |
( |
const char |
c[] | ) |
|
|
inline |
◆ printMagenta()
| void printMagenta |
( |
const char |
c[] | ) |
|
|
inline |