Basic_sine_wave_generator

Dependencies:   mbed 4DGL-uLCD-SE mbed-rtos AD5206

Revision:
10:159f38636ed4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/wave.h	Tue Dec 01 18:59:42 2015 +0000
@@ -0,0 +1,8 @@
+#ifndef WAVE_H
+#define WAVE_H
+
+void generate_waveform_datapoints(); //Generate data points for the waveform
+void output_waveform_datapoints(); //Output the data points using DAC (pin18)
+void output_waveform_datapoints_timer_ISR();//Output the data points using DAC (pin18)
+
+#endif //WAVE_H
\ No newline at end of file