FastArduino  v1.8
C++ library to build fast but small Arduino/AVR projects
devices::rtc::DS1307< MANAGER >::GetDatetimeFuture Class Reference

Create a future to be used by asynchronous method get_datetime(GetDatetimeFuture&). More...

#include <fastarduino/devices/ds1307.h>

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

Detailed Description

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

Create a future to be used by asynchronous method get_datetime(GetDatetimeFuture&).

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

See also
get_datetime(GetDatetimeFuture&)

Definition at line 210 of file ds1307.h.


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