RTL8710AF_GCC/component/common/application/wigadget/shtc1.h

14 lines
278 B
C
Raw Permalink Normal View History

2016-09-12 09:16:56 +00:00
#ifndef SHTC1_H
#define SHTC1_H
#define NO_ERROR 0x00
#define ACK_ERROR 0x01
#define CHECKSUM_ERROR 0x02
#define NULL_ERROR 0x03
int SHTC_GetTempAndHumi(float *temp, float *humi);
int SHTC_Init(uint16_t *pID);
void example_shtc1(void);
#endif