summaryrefslogtreecommitdiffstats
path: root/Smol Watch Project/My Project/mars_clock.h
blob: 60dad9e8653a983dcad0bcd598c316d9781ff1fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * mars_clock.h
 *
 * Created: 4/29/2021 11:35:39 PM
 *  Author: joeycastillo
 */ 


#ifndef MARS_CLOCK_H_
#define MARS_CLOCK_H_
#include "hpl_calendar.h"
#include "watch-library/watch.h"

void update_display(struct calendar_date_time date_time, bool local);


#endif /* MARS_CLOCK_H_ */