Cleanup incorrect comment from 553c635a81

This commit is contained in:
tyeth 2025-04-30 13:10:55 +01:00
parent 9412f3d1a2
commit c93725cc17
1 changed files with 0 additions and 2 deletions

View File

@ -132,8 +132,6 @@ bool Adafruit_BME280::init() {
/*! /*!
* @brief setup sensor with given parameters / settings * @brief setup sensor with given parameters / settings
* *
* This is simply a overload to the normal begin()-function, so SPI users
* don't get confused about the library requiring an address.
* @param mode the power mode to use for the sensor * @param mode the power mode to use for the sensor
* @param tempSampling the temp samping rate to use * @param tempSampling the temp samping rate to use
* @param pressSampling the pressure sampling rate to use * @param pressSampling the pressure sampling rate to use