ds1307
ds1307 copied to clipboard
DS1307 full function driver library for general MCU and Linux.
Results
1
ds1307 issues
Sort by
recently updated
recently updated
newest added
Hi, please take a look at my suggestion for improving the library Providing `ds1307_handle_t` is necessary for things like this: ``` typedef struct { ds1307_t base; esp_ds1307_config_t config; i2c_master_dev_handle_t i2c_handle;...