MODDMA GPDMA Controller fork EXPERIMENTAL -- do not use
Fork of MODDMA by
Revision 15:e01144bae101, committed 2011-03-14
- Comitter:
- AjK
- Date:
- Mon Mar 14 00:14:24 2011 +0000
- Parent:
- 14:15939b260dfa
- Child:
- 16:cb10aec6feb1
- Commit message:
- 1.11 See ChangeLog.c
Changed in this revision
ChangeLog.c | Show annotated file Show diff for this revision Revisions of this file |
example3.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ChangeLog.c Mon Mar 14 00:11:56 2011 +0000 +++ b/ChangeLog.c Mon Mar 14 00:14:24 2011 +0000 @@ -1,5 +1,9 @@ /* $Id:$ +1.11- 13 Mar 2011 + + * Fixed a silly typo in teh documentation of example3.h + 1.10- 13 Mar 2011 * The rescheduling showed the timer being stopped and restarted
--- a/example3.h Mon Mar 14 00:11:56 2011 +0000 +++ b/example3.h Mon Mar 14 00:14:24 2011 +0000 @@ -13,7 +13,7 @@ #include "iomacros.h" // within MODDMA library. // How long between grabbing GPIO FIO0PIN register. -// Value is in microseconds. (50000 is half a second). +// Value is in microseconds. (500000 is half a second). #define SAMPLE_PERIOD 500000 #define NUM_OF_SAMPLES 5