Data_AdBule.h 505 Bytes
Newer Older
hu's avatar
hu committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
#ifndef DATA_ADBULE_H
#define DATA_ADBULE_H


#include "TYW_stdint.h"

typedef enum
{
	ADBULE_LED_OFF	=	0	,
	ADBULE_LED_1HZ_FLASH	,
	ADBULE_LED_3HZ_FLASH	,
	ADBULE_LED_ON			,
}en_ADBULE_Sta ;

void AdBule_KL30_Init(void);
void AdBule_KL15_ON_Init(void);
void AdBule_KL15_OFF_Init(void);
void AdBule_Wakeup_Init(void);
void AdBule_Sleep_Init(void);
void AdBule_Processing_Service(void);


uint8_t AdBule_Get_Number(void);
en_ADBULE_Sta AdBule_Get_Display_Sta(void);




#endif