ECE4180proj / Mbed 2 deprecated 4180_proj

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

Committer:
hanjiex
Date:
Tue Dec 01 18:59:42 2015 +0000
Revision:
10:159f38636ed4
extern issue

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hanjiex 10:159f38636ed4 1 #ifndef WAVE_H
hanjiex 10:159f38636ed4 2 #define WAVE_H
hanjiex 10:159f38636ed4 3
hanjiex 10:159f38636ed4 4 void generate_waveform_datapoints(); //Generate data points for the waveform
hanjiex 10:159f38636ed4 5 void output_waveform_datapoints(); //Output the data points using DAC (pin18)
hanjiex 10:159f38636ed4 6 void output_waveform_datapoints_timer_ISR();//Output the data points using DAC (pin18)
hanjiex 10:159f38636ed4 7
hanjiex 10:159f38636ed4 8 #endif //WAVE_H