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 9ef406a commit 25f8d5eCopy full SHA for 25f8d5e
Adafruit_BME280.cpp
@@ -551,7 +551,7 @@ float Adafruit_BME280::getTemperatureCompensation(void) {
551
/*!
552
* Sets a value to be added to each temperature reading. This adjusted
553
* temperature is used in pressure and humidity readings.
554
- * @params adjustment Value to be added to each tempature reading in Celcius
+ * @param adjustment Value to be added to each tempature reading in Celcius
555
*/
556
void Adafruit_BME280::setTemperatureCompensation(float adjustment) {
557
// convert the value in C into and adjustment to t_fine
0 commit comments