Simple DS3231 driver for ESP32 using ESP IDF Toolchain.
Go to file
2021-08-21 23:49:58 +03:00
include Fix small problem with one of the inline functions. 2021-08-09 13:47:58 +03:00
source Fix small order of operations issue. 2021-08-21 23:49:58 +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.