mirror of
https://github.com/adafruit/DHT-sensor-library.git
synced 2023-10-23 22:20:38 +03:00
actionified, formatted and doxy'd
This commit is contained in:
4
DHT.cpp
4
DHT.cpp
@@ -164,8 +164,8 @@ float DHT::readHumidity(bool force) {
|
||||
* @brief Compute Heat Index
|
||||
* Simplified version that reads temp and humidity from sensor
|
||||
* @param isFahrenheit
|
||||
* true if fahrenheit, false if celcius (default
|
||||
*true)
|
||||
* true if fahrenheit, false if celcius
|
||||
*(default true)
|
||||
* @return float heat index
|
||||
*/
|
||||
float DHT::computeHeatIndex(bool isFahrenheit) {
|
||||
|
||||
Reference in New Issue
Block a user