aboutsummaryrefslogtreecommitdiff
path: root/src/rtc.h
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-02-28 17:37:19 +0530
committerAkshay Nair <phenax5@gmail.com>2026-02-28 17:37:19 +0530
commit18268280dc6c0bd44035b53655ae43e9c88245bd (patch)
treec17b1703d8a3deb4cd67a6e6466d024f02a49bb7 /src/rtc.h
parent02c12bfedcf669df81491ea49502a982e980bcda (diff)
downloaddaft-watch-18268280dc6c0bd44035b53655ae43e9c88245bd.tar.gz
daft-watch-18268280dc6c0bd44035b53655ae43e9c88245bd.zip
Add set time mode + test for button
Diffstat (limited to '')
-rw-r--r--src/rtc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rtc.h b/src/rtc.h
index c1c1730..991c188 100644
--- a/src/rtc.h
+++ b/src/rtc.h
@@ -17,4 +17,8 @@ void rtc_setup(void);
void rtc_increment(void);
+void rtc_set_minutes(uint8_t m);
+
+void rtc_set_hours(uint8_t h);
+
#endif