Telltales_user.h 716 Bytes
Newer Older
李俭双's avatar
李俭双 committed
1 2 3 4 5 6 7
#ifndef TELLTALES_USER_H
#define TELLTALES_USER_H


typedef enum
{                  
    em_LED_High_Beam, 
李俭双's avatar
李俭双 committed
8 9 10 11 12 13 14
    em_LED_FAULT_ELECTROSPRAY,
    em_LED_ABS,
    em_LED_Oil_Pressure,
    em_LED_Fuel,    
    em_LED_Coolant,    
    em_LED_Bluetooth,
    em_LED_TCS,
李俭双's avatar
李俭双 committed
15
    em_LED_Auto_Start_Stop,
16
    //em_LED_Keys,
李俭双's avatar
李俭双 committed
17 18 19 20 21
    em_LED_Maintain,
    em_LED_Low_Batt_Vol,
    em_LED_Lateral_Strut,
    em_LED_Tire_Pressure_Alarm,
    em_LED_Navigator,  
李俭双's avatar
李俭双 committed
22 23 24 25

    LED_Max ,                            
} LED_Idx_t;

李俭双's avatar
李俭双 committed
26 27 28 29 30 31 32 33
typedef struct
{
    Tellib_uint8_t LED_Turnon;    
    Tellib_uint8_t LED_Turnoff;     
}Led_HighBeam_Count;
extern Led_HighBeam_Count HighBeam_Timer;


李俭双's avatar
李俭双 committed
34
void Telltales_Init(void);
李俭双's avatar
李俭双 committed
35
void Telltales_UserInit(void);
李俭双's avatar
李俭双 committed
36

李俭双's avatar
李俭双 committed
37 38

#endif