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.
Dependents: LowpassFilter_test
Diff: LIS3DH.h
- Revision:
- 1:afcf1d34de29
- Parent:
- 0:40a6dc4f47d1
diff -r 40a6dc4f47d1 -r afcf1d34de29 LIS3DH.h
--- 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: