FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
Create a future to be used by asynchronous method set_ram(SetRamFuture<SIZE>&). More...
#include <fastarduino/devices/ds1307.h>
Create a future to be used by asynchronous method set_ram(SetRamFuture<SIZE>&).
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.
SIZE_ | the number of bytes to set to the chip RAM |
address | the address of the first cell to set, must be between 0 and ram_size() . |
data | a point to a buffer of size SIZE_ which content will be written to the chip RAM starting at address |