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.cpp
- Revision:
- 42:52a92a8d2cc7
- Parent:
- 41:3e0623d81b9a
- Child:
- 43:c593a8b9688f
diff -r 3e0623d81b9a -r 52a92a8d2cc7 dma.cpp --- a/dma.cpp Fri Jan 30 06:59:19 2015 +0000 +++ b/dma.cpp Fri Jan 30 07:22:00 2015 +0000 @@ -22,7 +22,7 @@ _array2 = sample_array2; _array3 = sample_array3; _len = len; - _angle = relative_angle; + _angle = (int*)PORTC_BASE;//relative_angle; init(); }