FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
Actual FakeFuture, it has the exact same API as Future and can be used in lieu of Future. More...
#include <fastarduino/future.h>
Actual FakeFuture, it has the exact same API as Future and can be used in lieu of Future.
It is used only as an optimization surrogate for I2C devices working in synchronous mode, and should generally not be needed in applications.
OUT future::FakeFuture< OUT_, IN_ >::output_ |
uint8_t future::FakeFuture< OUT_, IN_ >::output_buffer_[sizeof(OUT)] |
IN future::FakeFuture< OUT_, IN_ >::input_ |
uint8_t future::FakeFuture< OUT_, IN_ >::input_buffer_[sizeof(IN)] |