Skip to content

Commit

Permalink
typo fixed in example
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed Feb 28, 2012
1 parent 19f3f7a commit 2678aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/BMP085test/BMP085test.pde
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
// EOC is not used, it signifies an end of conversion
// XCLR is a reset pin, also not used here

BMP085 bmp;
Adafruit_BMP085 bmp;

void setup() {
Serial.begin(9600);
Expand Down

0 comments on commit 2678aa0

Please sign in to comment.