| 
    FastArduino v1.10
    
   C++ library to build fast but small Arduino/AVR projects 
   | 
 
Create a future to be used by asynchronous method get_ram(GetRamFuture<SIZE>&). More...
#include <fastarduino/devices/ds1307.h>


Create a future to be used by asynchronous method get_ram(GetRamFuture<SIZE>&).
This is used by get_ram() to set device data, and it shall be used by the caller to determine when the I2C transaction is finished. 
| SIZE | the number of bytes to read from DS1307 RAM | 
| address | the address of the cell to read, must be between 0 and ram_size(). |