adafruit / Adafruit_BMP280_Library

Arduino Library for BMP280 sensors
255 stars 186 forks source link

Spelling mistake readTemperature method #71

Closed matthboers closed 2 years ago

matthboers commented 2 years ago

Slight nitpick... Line 246 of Adafruit_BMP280.cpp

* @return The temperature in degress celcius. Should be * @return The temperature in degrees celsius.

dhalbert commented 2 years ago

A pull request to fix this (and any other typos) is welcome.

caternuson commented 2 years ago

Fixed with #74