Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BMP180 by
Revision 2:ad676503c87a, committed 2016-06-17
- Comitter:
- Kekehoho
- Date:
- Fri Jun 17 20:34:18 2016 +0000
- Parent:
- 1:072073c79cfd
- Commit message:
- Test of Decawave 1000 on LPC1768
Changed in this revision
| BMP180.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 072073c79cfd -r ad676503c87a BMP180.h --- a/BMP180.h Mon Mar 17 20:42:23 2014 +0000 +++ b/BMP180.h Fri Jun 17 20:34:18 2016 +0000 @@ -20,7 +20,7 @@ #include "mbed.h" /// default address is 0xEF -#define BMP180_I2C_ADDRESS 0xEF +#define BMP180_I2C_ADDRESS 0xEF // Oversampling settings #define BMP180_OSS_ULTRA_LOW_POWER 0 // 1 sample and 4.5ms for conversion
