Fix @params -> @param
This commit is contained in:
parent
9ef406a530
commit
25f8d5e555
|
|
@ -551,7 +551,7 @@ float Adafruit_BME280::getTemperatureCompensation(void) {
|
|||
/*!
|
||||
* Sets a value to be added to each temperature reading. This adjusted
|
||||
* temperature is used in pressure and humidity readings.
|
||||
* @params adjustment Value to be added to each tempature reading in Celcius
|
||||
* @param adjustment Value to be added to each tempature reading in Celcius
|
||||
*/
|
||||
void Adafruit_BME280::setTemperatureCompensation(float adjustment) {
|
||||
// convert the value in C into and adjustment to t_fine
|
||||
|
|
|
|||
Loading…
Reference in New Issue