FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
Base class for all FakeFuture
s.
More...
#include <fastarduino/future.h>
Friends | |
template<typename F > | |
class | AbstractFuturesGroup |
Base class for all FakeFuture
s.
A FakeFuture is an implementation for a specific Future that shall be used and completed within a single function. It is used only as an optimization surrogate for I2C devices working in synchronous mode, and should generally not be needed in applications.
|
friend |