Data_BtyMinCllVtg.h 317 Bytes
Newer Older
崔立宝's avatar
崔立宝 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef DATA_BtyMinCllVtg_H
#define DATA_BtyMinCllVtg_H

#include "TYW_stdint.h"

void BtyMinCllVtg_Reset(void);
void BtyMinCllVtg_KL30_Init(void);
void BtyMinCllVtg_KL15_ON_Init(void);
void BtyMinCllVtg_Processing_Service(void);

uint16_t BtyMinCllVtg_Get_Value(void);
uint8_t  BtyMinCllVtg_Get_Valid(void);

#endif