summaryrefslogtreecommitdiffstats
path: root/Smol Watch Project/My Project/mars_clock.h
blob: dd0150e8b9772e31c3868c65d9dbeeb82d1a1224 (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(Watch *watch, struct calendar_date_time date_time);


#endif /* MARS_CLOCK_H_ */