初めてのライブラリなので中身は....

Dependents:   LowpassFilter_test

Revision:
1:afcf1d34de29
Parent:
0:40a6dc4f47d1
--- a/LIS3DH.h	Wed Feb 18 16:40:57 2015 +0000
+++ b/LIS3DH.h	Mon Mar 30 15:33:16 2015 +0000
@@ -1,5 +1,5 @@
-#ifndef LIS3DH
-#define LIS3DH
+#ifndef LIS3DH_H
+#define LIS3DH_H
 
 #include "mbed.h"
 
@@ -60,7 +60,7 @@
 class LIS3DH
 {
     public: 
-        LIS3DH(PinName sda ,  PinName scl );
+        LIS3DH(PinName sda, PinName scl );
         int start(void);
         void read_data(float a[]);
 private: