interrupts, clock demo with interrupts
This commit is contained in:
17
Smol Watch Project/My Project/mars_clock.h
Normal file
17
Smol Watch Project/My Project/mars_clock.h
Normal file
@@ -0,0 +1,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, bool local);
|
||||
|
||||
|
||||
#endif /* MARS_CLOCK_H_ */
|
||||
Reference in New Issue
Block a user