MODDMA demo program for LPC1768. Uses DMA to output a 1Khz sine wave to the DAC (p18). Main just blinks LED1.

Dependencies:   mbed MODDMA

Revision:
0:3a3fdeed74bc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Wed Feb 13 14:41:45 2019 +0000
@@ -0,0 +1,2 @@
+//DMA to DAC sine wave demo - p18
+#include "example4.h"