fork

Dependents:   Spring2021_Fruit-Ninja-Shell-to-Students

Files at this revision

API Documentation at this revision

Comitter:
levelsnake3
Date:
Sat Apr 17 02:25:49 2021 +0000
Parent:
1:acc3e18e77ad
Commit message:
commit;

Changed in this revision

wave_player.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r acc3e18e77ad -r 546f554ab3c6 wave_player.cpp
--- a/wave_player.cpp	Tue Jan 18 03:57:27 2011 +0000
+++ b/wave_player.cpp	Sat Apr 17 02:25:49 2021 +0000
@@ -8,7 +8,7 @@
 // mode that displays all data values as it reads them from the file
 // and writes them to the DAC.  Very slow and unusable output on the DAC,
 // but useful for debugging wave files that don't work.
-//#define VERBOSE
+#define VERBOSE
 
 
 #include <mbed.h>