Library for setting up the Parallax X-Band Motion Detector.
Dependents: Parallax_XBAND_Demo Motion_Detection_Parallax
Revision 5:9cfc7b541791, committed 2015-04-20
- 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 |
diff -r efdfdab29a20 -r 9cfc7b541791 Parallax_X-Band.h --- 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