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.
Fork of wave_player by
Diff: wave_player.h
- Revision:
- 2:6df8b19848ca
- Parent:
- 1:acc3e18e77ad
diff -r acc3e18e77ad -r 6df8b19848ca wave_player.h
--- a/wave_player.h	Tue Jan 18 03:57:27 2011 +0000
+++ b/wave_player.h	Wed May 17 00:22:14 2017 +0000
@@ -1,3 +1,6 @@
+#ifndef WAVE_PLAYER_H
+#define WAVE_PLAYER_H
+
 #include <mbed.h>
 
 typedef struct uFMT_STRUCT {
@@ -69,4 +72,4 @@
 short DAC_on;
 };
 
-
+#endif
    