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@45:d591d138cdeb, 2015-01-31 (annotated)
- Committer:
- timmey9
- Date:
- Sat Jan 31 07:25:52 2015 +0000
- Revision:
- 45:d591d138cdeb
- Parent:
- 41:3e0623d81b9a
Quadrature decoder is working.
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(); |
timmey9 | 45:d591d138cdeb | 7 | void dma_init(); |
timmey9 | 40:bd6d8c35e822 | 8 | |
timmey9 | 45:d591d138cdeb | 9 | #endif /* DMA_H_ */ |