Library for setting up the Parallax X-Band Motion Detector.

Dependents:   Parallax_XBAND_Demo Motion_Detection_Parallax

Revision:
5:9cfc7b541791
Parent:
4:efdfdab29a20
--- a/Parallax_X-Band.h	Mon Mar 09 20:16:05 2015 +0000
+++ b/Parallax_X-Band.h	Mon Apr 20 20:17:27 2015 +0000
@@ -1,3 +1,5 @@
+#ifndef PARALLAX_X_BAND_H
+#define PARALLAX_X_BAND_H
 #include "mbed.h"
 
 /**
@@ -91,4 +93,6 @@
     
     // Interrupt to calculate velocity.
     Ticker _samplevelocity;
-};
\ No newline at end of file
+};
+
+#endif
\ No newline at end of file