Signal Generator

Dependencies:   IniManager RA8875 Watchdog mbed-rtos mbed

Fork of speaker_demo_Analog by jim hamblen

Revision:
4:10281ddb673d
Parent:
2:8f71b71fce1b
Child:
5:49dd0c647a40
--- a/SignalGenDAC.h	Mon Jan 16 04:33:06 2017 +0000
+++ b/SignalGenDAC.h	Mon Jan 16 21:05:13 2017 +0000
@@ -63,6 +63,7 @@
     float maxV;             // Based on the A/D hardware
     /// range limit a value.
     float rangelimit(float value, float min, float max);
+    int numSamples;         // private container for number of samples
 };
 
 #endif // SIGNALGENDAC_H
\ No newline at end of file