summaryrefslogtreecommitdiff
path: root/src/pcf_clock_driver.h
blob: 29b6c85dd40dcd2a96c3bb8dc4ea5c1c9e9bb679 (plain)
1
2
3
4
5
6
7
8
9
#include <time.h>

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();