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.h
- Committer:
- timmey9
- Date:
- 2015-01-25
- Revision:
- 36:07d8a3143967
- Parent:
- 34:44cc9b76a507
- Child:
- 39:82dc3daecf32
File content as of revision 36:07d8a3143967:
/* * dma.h * * Created on: Nov 25, 2014 * Author: Manuel Alejandro */ #ifndef DMA_H_ #define DMA_H_ #include "MK64F12.h" extern int rotary_count; void dma_init(uint16_t* array0, uint16_t* array1, uint16_t* array2, int adc_reads); #endif /* DMA_H_ */