Skip to content

Commit 6bcf1ef

Browse files
committed
Fix #11 and switch example extension to .ino
1 parent 1f28f82 commit 6bcf1ef

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Adafruit_BMP085.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ boolean Adafruit_BMP085::begin(uint8_t mode) {
6060
Serial.print("mc = "); Serial.println(mc, DEC);
6161
Serial.print("md = "); Serial.println(md, DEC);
6262
#endif
63+
64+
return true;
6365
}
6466

6567
uint16_t Adafruit_BMP085::readRawTemperature(void) {
File renamed without changes.

0 commit comments

Comments
 (0)