Mirror with some correction

Dependencies:   mbed FastIO FastPWM USBDevice

Revision:
55:4db125cd11a0
Parent:
47:df7a88cd249c
Child:
100:1ff35c07217c
--- a/DMAChannels.h	Sat Apr 30 17:43:38 2016 +0000
+++ b/DMAChannels.h	Wed May 04 03:59:44 2016 +0000
@@ -15,13 +15,6 @@
 
 // --------------------------------------------------------------
 //
-// PWM controllers
-//
-const int DMAch_TLC5940 = 0;    // TLC5940 PWM controller chips
-
-
-// --------------------------------------------------------------
-//
 // Plunger Sensors
 //
 // Plunger sensors are mutually exclusive since there's only one
@@ -33,4 +26,12 @@
 const int DMAch_ADC     = 2;    // ADC (analog input) sample transfer
 const int DMAch_CLKDN   = 3;    // Clock Down signal generator
 
+
+// --------------------------------------------------------------
+//
+// Free channels - not currently assigned.
+//
+const int DMAch_Unused0 = 0;
+
+
 #endif