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

Dependents:   Parallax_XBAND_Demo Motion_Detection_Parallax

Files at this revision

API Documentation at this revision

Comitter:
ottaviano3
Date:
Mon Apr 20 20:17:27 2015 +0000
Parent:
4:efdfdab29a20
Commit message:
Added ifndef to header file.

Changed in this revision

Parallax_X-Band.h Show annotated file Show diff for this revision Revisions of this file
--- 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