FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
Defines API to ease I2C manager status tracing and debugging. More...
Classes | |
class | I2CLatestStatusHolder |
Class holding the latest I2C status. More... | |
class | I2CStatusLiveLogger |
Class tracing I2C status notifications live to out . More... | |
class | I2CStatusRecorder |
Class recording I2C status notifications for later output. More... | |
Enumerations | |
enum class | STATUS : uint8_t { TRACE_ERROR = 0x01 , TRACE_ALL = 0xFF } |
Indicate when status should be traced. More... | |
Defines API to ease I2C manager status tracing and debugging.
|
strong |
Indicate when status should be traced.
Enumerator | |
---|---|
TRACE_ERROR | Trace only status that differ (between expected and actual). |
TRACE_ALL | Trace everything. |
Definition at line 46 of file i2c_status.h.