Architecture cleanup
This commit is contained in:
@@ -12,6 +12,16 @@
|
||||
|
||||
#define LED_OFFSET 11
|
||||
|
||||
void clock_update(ds1307_dev_t *ds1307_dev){
|
||||
|
||||
ds1307_update(ds1307_dev);
|
||||
}
|
||||
|
||||
void clock_InitModule(void){
|
||||
|
||||
ds1307_init();
|
||||
|
||||
}
|
||||
|
||||
|
||||
uint8_t clock_convert_hours(uint8_t hours){
|
||||
|
||||
Reference in New Issue
Block a user