FabGL
ESP32 Display Controller and Graphics Library
|
This file contains the DS3231 (Real Time Clock) device driver. More...
#include <stdint.h>
#include <stddef.h>
#include "freertos/FreeRTOS.h"
#include "fabglconf.h"
#include "fabutils.h"
#include "comdrivers/tsi2c.h"
Go to the source code of this file.
Classes | |
struct | DateTime |
Represents date and time. More... | |
class | DS3231 |
DS3231 Real Time Clock driver. More... | |
This file contains the DS3231 (Real Time Clock) device driver.
Definition in file DS3231.h.