BackLight.h 213 Bytes
Newer Older
时昊's avatar
时昊 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
#ifndef _BACKLIGHT_H_
#define _BACKLIGHT_H_
#include  "common.h"

typedef struct
{
    uint16_t Light_Auto;
} _Light;

extern _Light g_Light; 

void BackLight_Init(void);
void BackLight_Process(void);


#endif