Add support for night mode
This commit is contained in:
10
firmware/nightm.h
Normal file
10
firmware/nightm.h
Normal 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
|
||||
Reference in New Issue
Block a user