Architecture cleanup

This commit is contained in:
StefansE
2026-03-29 16:26:57 +02:00
parent 21874c4455
commit 3bab7eda33
10 changed files with 41 additions and 57 deletions

View File

@@ -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){