Data_EngineSpeed.h 513 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
#ifndef DATA_ENGINESPEED_H
#define DATA_ENGINESPEED_H


#include "TYW_stdint.h"

extern void Tacho_KL30_Init(void);
extern void Tacho_KL15_ON_Init(void);
extern void Tacho_KL15_OFF_Init(void);
extern void Tacho_Wakeup_Init(void);
extern void Tacho_Sleep_Init(void);
extern void Tacho_Processing_Service(void);

extern uint16_t Tacho_Get_ActualValue(void);
extern uint16_t Tacho_Get_Display_Value(void);
extern uint8_t Tacho_Get_Valid(void);
extern uint8_t Tacho_Get_CurSeg(void);




#endif