Skip to content

Commit f8a0da5

Browse files
Fixed small spelling mistakes.
1 parent a9c8219 commit f8a0da5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Adafruit_BME280.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -472,8 +472,8 @@ float Adafruit_BME280::seaLevelForAltitude(float altitude, float atmospheric) {
472472
uint32_t Adafruit_BME280::sensorID(void) { return _sensorID; }
473473

474474
/*!
475-
* Returns the current temperature compensation value in degrees Celcius
476-
* @returns the current temperature compensation value in degrees Celcius
475+
* Returns the current temperature compensation value in degrees Celsius
476+
* @returns the current temperature compensation value in degrees Celsius
477477
*/
478478
float Adafruit_BME280::getTemperatureCompensation(void) {
479479
return float((t_fine_adjust * 5) >> 8) / 100.0;
@@ -482,7 +482,7 @@ float Adafruit_BME280::getTemperatureCompensation(void) {
482482
/*!
483483
* Sets a value to be added to each temperature reading. This adjusted
484484
* temperature is used in pressure and humidity readings.
485-
* @param adjustment Value to be added to each tempature reading in Celcius
485+
* @param adjustment Value to be added to each temperature reading in Celsius
486486
*/
487487
void Adafruit_BME280::setTemperatureCompensation(float adjustment) {
488488
// convert the value in C into and adjustment to t_fine

0 commit comments

Comments
 (0)