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: 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 |
--- 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
Parallax X-Band Motion Detector