Signal Generator

Dependencies:   IniManager RA8875 Watchdog mbed-rtos mbed

Fork of speaker_demo_Analog by jim hamblen

Revision:
3:d22f3e52d06a
Parent:
2:8f71b71fce1b
Child:
6:1f48212fbaf9
diff -r 8f71b71fce1b -r d22f3e52d06a SignalGenDefs.h
--- a/SignalGenDefs.h	Sun Jan 15 03:11:22 2017 +0000
+++ b/SignalGenDefs.h	Mon Jan 16 04:33:06 2017 +0000
@@ -15,6 +15,7 @@
     SG_SAWTOOTH,    ///< Sawtooth
     SG_USER,        ///< User defined waveform
     SG_KEYPAD,      ///< This is an internal value, not for applications
+    SG_START,       ///< This is the start/stop/pulse button
 } SG_Mode;
 
 #endif // SIGNALGENDEFS_H