Update BMP085test.ino

This commit is contained in:
Steven Conaway
2017-07-08 14:49:58 -07:00
committed by GitHub
parent 016fca85bc
commit 144cb4e31c
+3 -3
View File
@@ -7,8 +7,8 @@
Designed specifically to work with the Adafruit BMP085 Breakout
----> https://www.adafruit.com/products/391
These displays use I2C to communicate, 2 pins are required to
interface
These pressure and temperature sensors use I2C to communicate, 2 pins
are required to interface
Adafruit invests time and resources providing this open source code,
please support Adafruit and open-source hardware by purchasing
products from Adafruit!
@@ -63,4 +63,4 @@ void loop() {
Serial.println();
delay(500);
}
}