Major refactor of RTC-related code

This commit is contained in:
2020-11-20 11:16:02 +01:00
parent ffdd2beb35
commit 20663bbc13
12 changed files with 264 additions and 114 deletions

View File

@@ -2,9 +2,9 @@
#define __NIGHTM_H__
#include "config.h"
#include "time.h"
#include "rtc.h"
void nightm_config(struct NIGHTM_CFG* cfg);
void nightm_handle(void);
void nightm_handle(struct RTC_DATA* rtc);
#endif