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: 4DGL-uLCD-SE AD5206 mbed-rtos mbed
Fork of 4180_proj by
Diff: main.cpp
- Revision:
- 7:ed28d978f18d
- Parent:
- 6:7985a531acb9
- Child:
- 8:3d3652b8109f
--- a/main.cpp Fri Nov 27 03:20:17 2015 +0000
+++ b/main.cpp Fri Nov 27 03:21:42 2015 +0000
@@ -16,11 +16,9 @@
Serial pc(USBTX, USBRX);
uLCD_4DGL lcd(p13, p14, p15);
AnalogOut aout(p18);
-DigitalOut dout(LED1);
//
-Ticker output_trigger;
-DigitalOut led1(LED1);
+//Ticker output_trigger;
//-----Global variable used for Func_Gen---------
const double pi = 3.14;
@@ -120,8 +118,8 @@
//-----output waveform--------
- output_trigger.attach(&output_waveform_datapoints_timer_ISR, time_interv);
+ //output_trigger.attach(&output_waveform_datapoints_timer_ISR, time_interv);
while (1){
- // output_waveform_datapoints();
+ output_waveform_datapoints();
}
}
