FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
Create a future to be used by asynchronous method disable_output(DisableOutputFuture&). More...
#include <fastarduino/devices/ds1307.h>
Additional Inherited Members | |
Public Member Functions inherited from i2c::TWriteRegisterFuture< MANAGER, REGISTER, T, FUNCTOR > | |
TWriteRegisterFuture (const ARG_TYPE &value=ARG_TYPE{}, future::FutureNotification notification=future::FutureNotification::NONE) | |
Create a TWriteRegisterFuture future. More... | |
Public Member Functions inherited from i2c::WriteRegisterFuture< MANAGER, T, FUNCTOR > | |
WriteRegisterFuture (uint8_t reg, const ARG_TYPE &value, future::FutureNotification notification=future::FutureNotification::NONE) | |
Create a WriteRegisterFuture future for a given device register reg . More... | |
Create a future to be used by asynchronous method disable_output(DisableOutputFuture&).
This is used by disable_output()
to perform the I2C transaction, and it shall be used by the caller to determine when the I2C transaction is finished.
output_value | value to force on SQW/OUT pin |