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
Sample/dma.h
- Committer:
- timmey9
- Date:
- 2015-01-31
- Revision:
- 52:5a40cc58c4c2
- Parent:
- dma.h@ 45:d591d138cdeb
File content as of revision 52:5a40cc58c4c2:
#ifndef DMA_H_ #define DMA_H_ #include "mbed.h" void dma_reset(); void dma_init(); #endif /* DMA_H_ */