FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
Class tracing I2C status notifications live to out
.
More...
#include <fastarduino/i2c_status.h>
Public Member Functions | |
I2CStatusLiveLogger (OSTREAM &out, STATUS trace=STATUS::TRACE_ALL, bool hex_status=true) | |
Create an I2CStatusLiveLogger that can trace live I2C notifications determined by trace . More... | |
Class tracing I2C status notifications live to out
.
Definition at line 141 of file i2c_status.h.
|
inline |
Create an I2CStatusLiveLogger that can trace live I2C notifications determined by trace
.
list. I2C notifications are output to out
.
out | the streams::ostream to output traces to |
trace | the list of notifications to trace |
hex_status | if true (the default), status values will be displayed in hexadecimal, otherwise status name will be displayed |
Definition at line 153 of file i2c_status.h.