14 lines
296 B
C
14 lines
296 B
C
#ifndef _SLEEP_H_
|
|
#define _SLEEP_H_
|
|
|
|
#if (POWER_ON)
|
|
|
|
#define POWER_KEY_SCAN_COUNT 4000
|
|
#define GENERAL_RESLEEP_TIME_COUNT 30
|
|
#define POWER_ON_TIME 1200
|
|
#define POWER_OFF_TIME 1200
|
|
#define TOUCH_KEY GPIO_4
|
|
|
|
#endif //(POWER_ON)
|
|
|
|
#endif //_SLEEP_H_
|