FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
Loading...
Searching...
No Matches
devices::rtc::DS1307< MANAGER >::SetRam1Future Class Reference

Create a future to be used by asynchronous method set_ram(SetRam1Future&). More...

#include <fastarduino/devices/ds1307.h>

Inheritance diagram for devices::rtc::DS1307< MANAGER >::SetRam1Future:
Collaboration diagram for devices::rtc::DS1307< MANAGER >::SetRam1Future:

Detailed Description

template<typename MANAGER>
class devices::rtc::DS1307< MANAGER >::SetRam1Future

Create a future to be used by asynchronous method set_ram(SetRam1Future&).

This is used by set_ram() to set device data, and it shall be used by the caller to determine when the I2C transaction is finished.

Parameters
addressthe address of the cell to set, must be between 0 and ram_size().
datathe value to put at address
See also
set_ram(SetRam1Future&)

Definition at line 358 of file ds1307.h.


The documentation for this class was generated from the following file: