Skip to content

Commit

Permalink
Fix #11 and switch example extension to .ino
Browse files Browse the repository at this point in the history
  • Loading branch information
tdicola committed Jun 12, 2014
1 parent 1f28f82 commit 6bcf1ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Adafruit_BMP085.cpp
Expand Up @@ -60,6 +60,8 @@ boolean Adafruit_BMP085::begin(uint8_t mode) {
Serial.print("mc = "); Serial.println(mc, DEC);
Serial.print("md = "); Serial.println(md, DEC);
#endif

return true;
}

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

0 comments on commit 6bcf1ef

Please sign in to comment.