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

Dependencies:   mbed MODDMA

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 //DMA to DAC sine wave demo - p18
00002 #include "example4.h"