We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016fca8 commit 144cb4eCopy full SHA for 144cb4e
examples/BMP085test/BMP085test.ino
@@ -7,8 +7,8 @@
7
Designed specifically to work with the Adafruit BMP085 Breakout
8
----> https://www.adafruit.com/products/391
9
10
- These displays use I2C to communicate, 2 pins are required to
11
- interface
+ These pressure and temperature sensors use I2C to communicate, 2 pins
+ are required to interface
12
Adafruit invests time and resources providing this open source code,
13
please support Adafruit and open-source hardware by purchasing
14
products from Adafruit!
@@ -63,4 +63,4 @@ void loop() {
63
64
Serial.println();
65
delay(500);
66
-}
+}
0 commit comments