FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
Class tracing I2C debug notifications live to out
.
More...
#include <fastarduino/i2c_debug.h>
Public Member Functions | |
I2CDebugLiveLogger (OSTREAM &out, DEBUG debug=DEBUG::DEBUG_ALL) | |
Create an I2CDebugLiveLogger that can trace live I2C notifications determined by debug list. More... | |
Class tracing I2C debug notifications live to out
.
Definition at line 275 of file i2c_debug.h.
|
inline |
Create an I2CDebugLiveLogger that can trace live I2C notifications determined by debug
list.
I2C notifications are output to out
.
out | the streams::ostream to output traces to |
debug | the list of notifications to trace |
Definition at line 285 of file i2c_debug.h.