From 34774a078680fd9093555046908ad74ed946c44b Mon Sep 17 00:00:00 2001 From: "H. Utku Maden" Date: Fri, 23 Jul 2021 13:53:33 +0300 Subject: [PATCH] Initial commit. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bbc8ab9 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +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. +