Data_Fuel_User.h 576 Bytes
Newer Older
hu's avatar
hu committed
1 2 3 4 5 6 7 8 9 10 11 12 13
#ifndef DATA_FUEL_USER_H
#define DATA_FUEL_USER_H

#include "TYW_stdint.h"

extern void Fuel_User_KL30_Init(void);
extern void Fuel_User_KL15_ON_Init(void);
extern void Fuel_User_KL15_OFF_Init(void);
extern void Fuel_User_Wakeup_Init(void);
extern void Fuel_User_Sleep_Init(void);
extern void Fuel_User_KL15_ON_Processing_Service(void);
extern void Fuel_User_KL15_OFF_Processing_Service(void);

hu's avatar
hu committed
14 15 16
extern uint8_t Fuel_Get_CurSeg(void);
extern uint16_t Fuel_Get_Res(void);
extern uint16_t Fuel_Get_Step(void);
hu's avatar
hu committed
17 18 19
extern uint8_t Fuel_Get_Popup_Sta(void);


hu's avatar
hu committed
20
#endif