FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
Class holding the latest I2C status. More...
#include <fastarduino/i2c_status.h>
Public Member Functions | |
I2CLatestStatusHolder ()=default | |
Create an I2CLatestStatusHolder that can hold latest I2C status. | |
Status | latest_status () const |
Return the latest I2C actual status. More... | |
Status | latest_expected_status () const |
Return the latest I2C expected status (may be different than actual). More... | |
|
inline |
Return the latest I2C actual status.
Definition at line 196 of file i2c_status.h.
|
inline |
Return the latest I2C expected status (may be different than actual).
Definition at line 204 of file i2c_status.h.