Skip to content

Commit

Permalink
Fix Clang for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
flamerten committed Dec 17, 2022
1 parent 6c3c585 commit 5c33d22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Adafruit_BME280.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,8 @@ float Adafruit_BME280::readAltitude(float seaLevel) {
* Computes Heat Index based on https://byjus.com/heat-index-formula/
* @param isCelcius - if true return Heat Index in degrees celcius else return
* in Farenheit
* @returns Heat Index in Celcius or Farenhite depending on parameter isCelcius
* @returns Heat Index in Celcius or Farenhite depending on parameter
* isCelcius
*/
float Adafruit_BME280::readHeatIndex(bool isCelcius) {
float tempF = readTemperature() * 1.8 + 32;
Expand Down

0 comments on commit 5c33d22

Please sign in to comment.