wave_player optimized for this project

Fork of wave_player by Steve Ravet

Files at this revision

API Documentation at this revision

Comitter:
UnitedHolmes
Date:
Tue Dec 08 00:43:57 2015 +0000
Parent:
1:acc3e18e77ad
Commit message:
hi;

Changed in this revision

wave_player.h Show annotated file Show diff for this revision Revisions of this file
--- a/wave_player.h	Tue Jan 18 03:57:27 2011 +0000
+++ b/wave_player.h	Tue Dec 08 00:43:57 2015 +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