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.
Fork of DSP_200kHz by
Diff: Sample/dma.h
- Revision:
- 52:5a40cc58c4c2
- Parent:
- 45:d591d138cdeb
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Sample/dma.h Sat Jan 31 20:56:04 2015 +0000 @@ -0,0 +1,9 @@ +#ifndef DMA_H_ +#define DMA_H_ + +#include "mbed.h" + +void dma_reset(); +void dma_init(); + +#endif /* DMA_H_ */ \ No newline at end of file