From c93725cc17cd18666ad9c66309b1780c5235d261 Mon Sep 17 00:00:00 2001 From: tyeth Date: Wed, 30 Apr 2025 13:10:55 +0100 Subject: [PATCH] Cleanup incorrect comment from https://github.com/adafruit/Adafruit_BME280_Library/commit/553c635a811297c6d4079f0d5c6ef8e6f0b1abe2 --- Adafruit_BME280.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Adafruit_BME280.cpp b/Adafruit_BME280.cpp index 4c82e05..d4039a4 100644 --- a/Adafruit_BME280.cpp +++ b/Adafruit_BME280.cpp @@ -132,8 +132,6 @@ bool Adafruit_BME280::init() { /*! * @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 tempSampling the temp samping rate to use * @param pressSampling the pressure sampling rate to use