Fork of original LPS331 library Changed the I2C address to 0xBA

Files at this revision

API Documentation at this revision

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
--- 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