MODDMA GPDMA Controller New features: transfer pins to memory buffer under periodic timer control and send double buffers to DAC

Dependents:   FirstTest WaveSim IO-dma-memmem DACDMAfuncgenlib ... more

Revision:
15:e01144bae101
Parent:
14:15939b260dfa
Child:
16:cb10aec6feb1
--- 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