Alexandre Bouillot
/
Barometer-Example
Example program to use BMP085
Fork of Barometer-Example by
Diff: main.cpp
- Revision:
- 1:9194c7303ad5
- Parent:
- 0:bcb1988de877
diff -r bcb1988de877 -r 9194c7303ad5 main.cpp --- a/main.cpp Sun Nov 15 18:05:54 2015 +0000 +++ b/main.cpp Tue Jan 24 10:37:19 2017 +0000 @@ -8,7 +8,7 @@ } int main() { - BMP085 sensor(PD6, PD7, BMP085_MODE_HIGH_RESOLUTION); + BMP085 sensor(D14, D15, BMP085_MODE_HIGH_RESOLUTION); ticker.attach(&measurement, 0.4); while(1) {