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 Impedance_Fast_Circuitry by
Diff: dma.h
- Revision:
- 34:44cc9b76a507
- Child:
- 36:07d8a3143967
diff -r 9806eb964362 -r 44cc9b76a507 dma.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dma.h Sun Jan 25 02:45:58 2015 +0000 @@ -0,0 +1,15 @@ +/* + * dma.h + * + * Created on: Nov 25, 2014 + * Author: Manuel Alejandro + */ + +#ifndef DMA_H_ +#define DMA_H_ + +#include "MK64F12.h" + +void dma_init(uint16_t* buffer,int adc_reads); + +#endif /* DMA_H_ */
