wave_player optimized for this project
Fork of wave_player by
Revision 2:9b0c9c1e365a, committed 2015-12-08
- 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 |
diff -r acc3e18e77ad -r 9b0c9c1e365a wave_player.h --- 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