Add support for night mode

This commit is contained in:
2020-11-19 18:05:49 +01:00
parent 0f2dca5ec7
commit 8b47ed295e
12 changed files with 173 additions and 30 deletions

10
firmware/nightm.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef __NIGHTM_H__
#define __NIGHTM_H__
#include "config.h"
#include "time.h"
void nightm_config(struct NIGHTM_CFG* cfg);
void nightm_handle(struct TIME_HMS* curr_time);
#endif