Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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
 1.7.2 
     RHT03
            RHT03