Data_WET.h 334 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 23
#ifndef DATA_WET_H
#define DATA_WET_H


#include "TYW_stdint.h"



void WET_KL30_Init(void);
void WET_KL15_ON_Init(void);
void WET_KL15_OFF_Init(void);
void WET_Wakeup_Init(void);
void WET_Sleep_Init(void);
void WET_Processing_Service(void);


uint8_t WET_Get_kPa(void);
uint8_t WET_Get_Valid(void);




#endif