Basic_sine_wave_generator

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

Revision:
11:d21c2da8b290
Parent:
10:159f38636ed4
--- a/wave.h	Tue Dec 01 18:59:42 2015 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-#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