Fork of original LPS331 library Changed the I2C address to 0xBA
Revision 2:283e88a1bed7, committed 2015-01-05
- Comitter:
- kholland
- Date:
- Mon Jan 05 22:45:18 2015 +0000
- Parent:
- 1:f70e671b008f
- Commit message:
- Changed address to 0xBA
Changed in this revision
LPS331.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r f70e671b008f -r 283e88a1bed7 LPS331.h --- a/LPS331.h Fri Oct 10 04:37:48 2014 +0000 +++ b/LPS331.h Mon Jan 05 22:45:18 2015 +0000 @@ -8,7 +8,7 @@ #ifndef LPS331_H_ #define LPS331_H_ -#define LPS331_ADDR 0xB8 +#define LPS331_ADDR 0xBA #define LPS331_REF_P_XL 0x08 #define LPS331_REF_P_L 0x09 #define LPS331_REF_P_H 0x0A