diff options
author | Brett Weiland <brett_weiland@bpcspace.com> | 2022-09-09 18:33:15 -0500 |
---|---|---|
committer | Brett Weiland <brett_weiland@bpcspace.com> | 2022-09-09 18:33:15 -0500 |
commit | 7b006d6f2032ac46074d693ae59a971bee327ace (patch) | |
tree | 60963598d99001e0850e34d6271db8bd65e04fa4 /src/pcf_clock_driver.h |
init
Diffstat (limited to 'src/pcf_clock_driver.h')
-rw-r--r-- | src/pcf_clock_driver.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pcf_clock_driver.h b/src/pcf_clock_driver.h new file mode 100644 index 0000000..af20689 --- /dev/null +++ b/src/pcf_clock_driver.h @@ -0,0 +1,6 @@ +#include <time.h> + +void clock_init(); +void set_time(time_t time); +time_t get_time(); +void set_alarm(time_t time); |