BackLight.h 312 Bytes
Newer Older
李俭双's avatar
李俭双 committed
1 2 3
#ifndef _BACKLIGHT_H_
#define _BACKLIGHT_H_
#include  "common.h"
4
#include  "Application.h"
5 6 7 8 9 10 11
//typedef struct
//{
//	uint8_t Duty;
//	uint8_t Cycle;
//    uint16_t Light_Night;
//    uint16_t Light_Day;
//} _Light;
李俭双's avatar
李俭双 committed
12

13
//extern _Light g_Light; 
李俭双's avatar
李俭双 committed
14

15
//void BackLight_Init(void);
李俭双's avatar
李俭双 committed
16 17 18 19 20 21 22
void BackLight_Process(void);


#endif