Simple DS3231 driver for ESP32 using ESP IDF Toolchain.
Go to file
2021-08-22 12:31:12 +03:00
include Add clear interrupts. 2021-08-22 12:31:12 +03:00
source Fix error in status function. 2021-08-22 12:30:57 +03:00
CMakeLists.txt Implement the entire driver. 2021-07-25 19:14:45 +03:00
LICENSE Create LICENSE 2021-07-31 20:09:24 +03:00
README.md Initial commit. 2021-07-23 13:54:01 +03:00

DS3231 Driver for ESP32 using the ESP-IDF Toolchain

Simple driver for the DS3231 RTC chip, edit every register, generate interrupts and get/set time and alarms using UNIX time structs.