- #ifndef __AM2303_H
- #define __AM2303_H
- #include "interface.h"
- INT8U am2303_init(void);
- INT8U am2303_read_data(INT8U *temp, INT8U *humi);
- INT8U am2303_read_byte(void);
- INT8U am2303_read_bit(void);
- INT8U am2303_check(void);
- void am2303_rst(void);
- uint8_t DHT11_ReadByte(void);
- #endif
|