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-29
- Revision:
- 39:82dc3daecf32
- Parent:
- 36:07d8a3143967
- Child:
- 40:bd6d8c35e822
File content as of revision 39:82dc3daecf32:
/* * dma.h * * Created on: Nov 25, 2014 * Author: Manuel Alejandro */ #ifndef DMA_H_ #define DMA_H_ #include "mbed.h" extern int rotary_count; void dma_init(uint16_t* array0, uint16_t* array1, uint16_t* array2, int adc_reads, Serial &pc); #endif /* DMA_H_ */