Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed 4DGL-uLCD-SE mbed-rtos AD5206
wave.h@10:159f38636ed4, 2015-12-01 (annotated)
- Committer:
- hanjiex
- Date:
- Tue Dec 01 18:59:42 2015 +0000
- Revision:
- 10:159f38636ed4
extern issue
Who changed what in which revision?
| User | Revision | Line number | New 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 |