We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1d2dc commit 423abffCopy full SHA for 423abff
Adafruit_BME280.cpp
@@ -451,6 +451,7 @@ float Adafruit_BME280::readAltitude(float seaLevel) {
451
* Computes Heat Index based on https://byjus.com/heat-index-formula/
452
* @param isCelcius - if true return Heat Index in degrees celcius else return
453
* in Farenheit
454
+ * @returns Heat Index in Celcius or Farenhite depending on parameter isCelcius
455
*/
456
float Adafruit_BME280::readHeatIndex(bool isCelcius) {
457
float tempF = readTemperature() * 1.8 + 32;
0 commit comments