LinkNode_BMP180 by derron
Dependencies: BLE_API BMP180 mbed nRF51822
Fork of LinkNode_BMP180 by
Revision 4:e039f39e789d, committed 2016-04-13
- Comitter:
- helloqi
- Date:
- Wed Apr 13 12:36:38 2016 +0000
- Parent:
- 3:b66abd88f595
- Commit message:
- LinkNode_BMP180
Changed in this revision
BMP180.lib | Show annotated file Show diff for this revision Revisions of this file |
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r b66abd88f595 -r e039f39e789d BMP180.lib --- a/BMP180.lib Thu Jan 28 01:38:38 2016 +0000 +++ b/BMP180.lib Wed Apr 13 12:36:38 2016 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/users/kgills/code/BMP180/#068fdec73319 +https://developer.mbed.org/users/helloqi/code/BMP180/#068fdec73319
diff -r b66abd88f595 -r e039f39e789d main.cpp --- a/main.cpp Thu Jan 28 01:38:38 2016 +0000 +++ b/main.cpp Wed Apr 13 12:36:38 2016 +0000 @@ -15,6 +15,7 @@ if (bmp180.init() != 0) { printf("Error communicating with BMP180\n"); + wait(1); } else {