diff --git a/examples/BMP085test/BMP085test.ino b/examples/BMP085test/BMP085test.ino index cc6dde1..94b8811 100644 --- a/examples/BMP085test/BMP085test.ino +++ b/examples/BMP085test/BMP085test.ino @@ -6,8 +6,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! @@ -62,4 +62,4 @@ void loop() { Serial.println(); delay(500); -} \ No newline at end of file +}