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:
- 36:07d8a3143967
- Parent:
- 34:44cc9b76a507
- Child:
- 39:82dc3daecf32
--- a/dma.h Sun Jan 25 06:32:11 2015 +0000 +++ b/dma.h Sun Jan 25 09:10:24 2015 +0000 @@ -10,6 +10,8 @@ #include "MK64F12.h" -void dma_init(uint16_t* buffer,int adc_reads); +extern int rotary_count; + +void dma_init(uint16_t* array0, uint16_t* array1, uint16_t* array2, int adc_reads); #endif /* DMA_H_ */
