Add support for night mode
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
#ifndef __TIME_H__
|
||||
#define __TIME_H__
|
||||
|
||||
struct TIME
|
||||
struct TIME_HMS
|
||||
{
|
||||
uint8_t hour;
|
||||
uint8_t minute;
|
||||
uint8_t second;
|
||||
};
|
||||
|
||||
struct TIME_HM
|
||||
{
|
||||
uint8_t hour;
|
||||
uint8_t minute;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user