Skip to content

Commit 144cb4e

Browse files
authored
Update BMP085test.ino
1 parent 016fca8 commit 144cb4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/BMP085test/BMP085test.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
Designed specifically to work with the Adafruit BMP085 Breakout
88
----> https://www.adafruit.com/products/391
99
10-
These displays use I2C to communicate, 2 pins are required to
11-
interface
10+
These pressure and temperature sensors use I2C to communicate, 2 pins
11+
are required to interface
1212
Adafruit invests time and resources providing this open source code,
1313
please support Adafruit and open-source hardware by purchasing
1414
products from Adafruit!
@@ -63,4 +63,4 @@ void loop() {
6363

6464
Serial.println();
6565
delay(500);
66-
}
66+
}

0 commit comments

Comments
 (0)