Signal Generator

Dependencies:   IniManager RA8875 Watchdog mbed-rtos mbed

Fork of speaker_demo_Analog by jim hamblen

Revision:
6:1f48212fbaf9
Parent:
5:49dd0c647a40
--- a/main.cpp	Mon Jan 16 22:57:59 2017 +0000
+++ b/main.cpp	Sat May 20 19:52:23 2017 +0000
@@ -26,16 +26,6 @@
     wd.Configure(30.0);
     //ini.SetFile("/local/SigGen.ini", 2);
 
-#if 0
-    aout = 0.25;
-    wait_ms(25);
-    aout = 0.50;
-    wait_ms(25);
-    aout = 0.75;
-    wait_ms(25);
-    aout = 1.00;
-    wait_ms(25);
-#endif
     lcd.init(480,272,16, true, true, true);
     while (true)
     {