|
cryptnox-sdk-esp32 1.0.0
ESP32 SDK for Cryptnox Hardware Wallet
|
CW_Logger implementation that writes to ESP32 UART0 via printf.
More...
#include "CW_Logger.h"Go to the source code of this file.
Classes | |
| class | ESP32Logger |
| CW_Logger backed by ESP32 UART0. More... | |
CW_Logger implementation that writes to ESP32 UART0 via printf.
ESP32Logger maps every CW_Logger virtual method to the ESP-IDF uart_write_bytes / printf family so the platform-independent SDK core can produce human-readable diagnostic output on the serial console without depending on Arduino's Serial object.
Definition in file ESP32Logger.h.