Skip to content

Commit 5f72e4d

Browse files
committed
Correct copy-pasta driver names in comments
1 parent 4ae8deb commit 5f72e4d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver_BME280.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* @file WipperSnapper_I2C_Driver_BME280.h
33
*
4-
* Device driver for an AHT Humidity and Temperature sensor.
4+
* Device driver for a BME280 Pressure Humidity and Temperature sensor.
55
*
66
* Adafruit invests time and resources providing this open source code,
77
* please support Adafruit and open-source hardware by purchasing

src/components/i2c/drivers/WipperSnapper_I2C_Driver_BME680.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* @file WipperSnapper_I2C_Driver_BME680.h
33
*
4-
* Device driver for an AHT Humidity and Temperature sensor.
4+
* Device driver for a BME680 Pressure Humidity and Temperature sensor.
55
*
66
* Adafruit invests time and resources providing this open source code,
77
* please support Adafruit and open-source hardware by purchasing

src/components/i2c/drivers/WipperSnapper_I2C_Driver_BMP280.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* @file WipperSnapper_I2C_Driver_BMP280.h
33
*
4-
* Device driver for an AHT Humidity and Temperature sensor.
4+
* Device driver for a BMP280 Pressure and Temperature sensor.
55
*
66
* Adafruit invests time and resources providing this open source code,
77
* please support Adafruit and open-source hardware by purchasing

src/components/i2c/drivers/WipperSnapper_I2C_Driver_MS8607.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* @file WipperSnapper_I2C_Driver_MS8607.h
33
*
4-
* Device driver for an AHT Humidity and Temperature sensor.
4+
* Device driver for an MS8607 Pressure Humidity and Temperature sensor.
55
*
66
* Adafruit invests time and resources providing this open source code,
77
* please support Adafruit and open-source hardware by purchasing

0 commit comments

Comments
 (0)