mirror of
https://github.com/utkumaden/esp-idf-ds3231.git
synced 2025-01-23 04:56:32 +01:00
Add clear interrupts.
This commit is contained in:
parent
73e36b81b1
commit
aa3a2da55e
@ -53,6 +53,8 @@ DS3231_API int ds3231_setInterrupt(ds3231_t driver, int alarm1, int alarm2);
|
|||||||
|
|
||||||
DS3231_API int ds3231_getStatus(ds3231_t driver, ds3231_status_t *out_status);
|
DS3231_API int ds3231_getStatus(ds3231_t driver, ds3231_status_t *out_status);
|
||||||
|
|
||||||
|
DS3231_API int ds3231_clearInt(ds3231_t driver);
|
||||||
|
|
||||||
DS3231_API int ds3231_getAgingOffset(ds3231_t driver, int8_t *out_offset);
|
DS3231_API int ds3231_getAgingOffset(ds3231_t driver, int8_t *out_offset);
|
||||||
|
|
||||||
DS3231_API int ds3231_setAgingOffset(ds3231_t driver, int8_t offset);
|
DS3231_API int ds3231_setAgingOffset(ds3231_t driver, int8_t offset);
|
||||||
|
Loading…
Reference in New Issue
Block a user