Wave_player

Dependents:   rpg_game_shell

Files at this revision

API Documentation at this revision

Comitter:
cdong49
Date:
Sat Apr 13 21:11:21 2019 +0000
Parent:
1:acc3e18e77ad
Commit message:
Final

Changed in this revision

wave_player.h Show annotated file Show diff for this revision Revisions of this file
diff -r acc3e18e77ad -r 0c466f3ca46a wave_player.h
--- a/wave_player.h	Tue Jan 18 03:57:27 2011 +0000
+++ b/wave_player.h	Sat Apr 13 21:11:21 2019 +0000
@@ -58,7 +58,7 @@
  */
 void set_verbosity(int v);
 
-private:
+public:
 void dac_out(void);
 int verbosity;
 AnalogOut *wave_DAC;