MPUとHMCでうごくかもver

Dependencies:   ConfigFile SDFileSystem mbed

Fork of LAURUS_program by hiroya taura

Revision:
3:5358a691a100
Parent:
0:bc6f14fc60c7
--- a/LPS25H/LPS25H.h	Sun May 24 17:44:11 2015 +0000
+++ b/LPS25H/LPS25H.h	Sat May 30 18:08:34 2015 +0000
@@ -36,6 +36,8 @@
 #include "mbed.h"
 #include "typedef.h"
 
+
+
 class LPS25H{
 public:
     LPS25H (PinName sda, PinName scl);
@@ -51,8 +53,8 @@
     
     I2C* _i2c;
 
-    DWORD_VAL press;
-    WORD_VAL temp;
+    LPS_Typedef::DWORD_VAL press;
+    LPS_Typedef::WORD_VAL temp;
     char buf[2];
 
 };