From 144cb4e31cfacca1e43a3f1a4456670362dad1bf Mon Sep 17 00:00:00 2001 From: Steven Conaway Date: Sat, 8 Jul 2017 14:49:58 -0700 Subject: [PATCH] Update BMP085test.ino --- examples/BMP085test/BMP085test.ino | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/BMP085test/BMP085test.ino b/examples/BMP085test/BMP085test.ino index 308fa30..3496cc9 100644 --- a/examples/BMP085test/BMP085test.ino +++ b/examples/BMP085test/BMP085test.ino @@ -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); -} \ No newline at end of file +}