Jared Baxter
/
Impedance_Fast_Circuitry
Fork of DSP_200kHz by
DMA_sampling/dma.h@74:ebc9f09fda11, 2017-06-01 (annotated)
- Committer:
- baxterja
- Date:
- Thu Jun 01 22:12:31 2017 +0000
- Revision:
- 74:ebc9f09fda11
- Parent:
- 53:83a90a47c1fd
Working after updating mbed.bld
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
timmey9 | 34:44cc9b76a507 | 1 | #ifndef DMA_H_ |
timmey9 | 34:44cc9b76a507 | 2 | #define DMA_H_ |
timmey9 | 34:44cc9b76a507 | 3 | |
timmey9 | 39:82dc3daecf32 | 4 | #include "mbed.h" |
timmey9 | 34:44cc9b76a507 | 5 | |
timmey9 | 45:d591d138cdeb | 6 | void dma_reset(); |
baxterja | 74:ebc9f09fda11 | 7 | void dma_init2(); |
timmey9 | 40:bd6d8c35e822 | 8 | |
timmey9 | 45:d591d138cdeb | 9 | #endif /* DMA_H_ */ |