Dependents:   accelerometer

Revision:
2:7635426ea08f
Parent:
1:49b063625495
--- a/MMA7361L.h	Fri Feb 17 14:33:49 2012 +0000
+++ b/MMA7361L.h	Fri Feb 17 14:37:04 2012 +0000
@@ -1,3 +1,6 @@
+#ifndef MMA7361L_H
+#define MMA7361L_H
+
 #include "mbed.h"
 /**accelerometer*/
 class MMA7361L {
@@ -77,4 +80,6 @@
     float Xo;
     float Yo;
     float Zo;
-};
\ No newline at end of file
+};
+
+#endif
\ No newline at end of file