Skip to content

Commit 423abff

Browse files
committed
Added return type
1 parent 8a1d2dc commit 423abff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Adafruit_BME280.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ float Adafruit_BME280::readAltitude(float seaLevel) {
451451
* Computes Heat Index based on https://byjus.com/heat-index-formula/
452452
* @param isCelcius - if true return Heat Index in degrees celcius else return
453453
* in Farenheit
454+
* @returns Heat Index in Celcius or Farenhite depending on parameter isCelcius
454455
*/
455456
float Adafruit_BME280::readHeatIndex(bool isCelcius) {
456457
float tempF = readTemperature() * 1.8 + 32;

0 commit comments

Comments
 (0)