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 6c3c585 commit 5c33d22Copy full SHA for 5c33d22
Adafruit_BME280.cpp
@@ -451,7 +451,8 @@ 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
+ * @returns Heat Index in Celcius or Farenhite depending on parameter
455
+ * isCelcius
456
*/
457
float Adafruit_BME280::readHeatIndex(bool isCelcius) {
458
float tempF = readTemperature() * 1.8 + 32;
0 commit comments