From 94304b11e7220f060dbc345de5fa1952d0465016 Mon Sep 17 00:00:00 2001 From: Brett Weiland Date: Tue, 27 Sep 2022 16:14:28 -0500 Subject: working on serial syncronization for programming eeprom --- src/pcf_clock_driver.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/pcf_clock_driver.h') diff --git a/src/pcf_clock_driver.h b/src/pcf_clock_driver.h index af20689..29b6c85 100644 --- a/src/pcf_clock_driver.h +++ b/src/pcf_clock_driver.h @@ -4,3 +4,6 @@ void clock_init(); void set_time(time_t time); time_t get_time(); void set_alarm(time_t time); + +//TODO REMOVE ME +void test_clock(); -- cgit v1.2.3