An eddied version of http://mbed.org/users/crazystick/code/DHT22/ for LPC11U24. All printf statements are removed and features requiring the real time clock are removed.
Dependents: RHT03_HelloWorld IOT_sensor_nfc CanSat_Alex cansat_alex_v1 ... more
RHT03 Class Reference
RHT03 interface class for reading data from the sensor. More...
#include <RHT03.h>
Public Member Functions | |
RHT03 (PinName Data) | |
Configure data pin. | |
RHT03_ERROR | readData (void) |
Reads data from the RHT03. | |
float | getHumidity () |
Gives current humidity value. | |
float | getTemperatureC () |
Gives current temperature value. |
Detailed Description
RHT03 interface class for reading data from the sensor.
Definition at line 44 of file RHT03.h.
Constructor & Destructor Documentation
RHT03 | ( | PinName | Data ) |
Member Function Documentation
float getHumidity | ( | ) |
float getTemperatureC | ( | ) |
Generated on Tue Jul 12 2022 17:09:55 by 1.7.2