Mirror with some correction

Dependencies:   mbed FastIO FastPWM USBDevice

Revision:
87:8d35c74403af
Parent:
85:3c28aee81cde
Child:
89:c43cd923401c
--- a/cfgVarMsgMap.h	Fri Apr 21 18:50:37 2017 +0000
+++ b/cfgVarMsgMap.h	Tue May 09 05:48:37 2017 +0000
@@ -48,7 +48,7 @@
         
         // ********** DESCRIBE CONFIGURATION VARIABLES **********
     case 0:
-        v_byte_ro(19, 2);       // number of SCALAR variables
+        v_byte_ro(21, 2);       // number of SCALAR variables
         v_byte_ro(6, 3);        // number of ARRAY variables
         break;
         
@@ -185,6 +185,18 @@
         v_ui16(plunger.jitterWindow, 2);
         break;
         
+    case 20:
+        // bar-code plunger setup
+        v_ui16(plunger.barCode.startPix, 2);
+        break;
+        
+    case 21:
+        v_ui16(tlc59116.chipMask, 2);
+        v_byte(tlc59116.sda, 4);
+        v_byte(tlc59116.scl, 5);
+        v_byte(tlc59116.reset, 6);
+        break;
+        
     // case N: // new scalar variable
     //
     // !!! ATTENTION !!!