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
DMA_sampling/dma.h
- Committer:
- bmazzeo
- Date:
- 2016-02-09
- Revision:
- 53:83a90a47c1fd
- Parent:
- Sample/dma.h@ 52:5a40cc58c4c2
- Child:
- 74:ebc9f09fda11
File content as of revision 53:83a90a47c1fd:
#ifndef DMA_H_
#define DMA_H_
#include "mbed.h"
void dma_reset();
void dma_init();
#endif /* DMA_H_ */

