Treehouse Mbed Team / Mbed 2 deprecated APS_1U5x

Dependencies:   mbed

Revision:
25:8bcc8bea0e31
Parent:
24:078f62c8d0ed
Child:
26:55e8e1a9cc84
--- a/src/main.cpp	Fri Jan 18 20:17:55 2019 +0000
+++ b/src/main.cpp	Sun Jan 20 16:56:52 2019 +0000
@@ -42,6 +42,11 @@
 
 unsigned int en_out_code;
 unsigned int wr_out_code;
+unsigned int max_boards = 13;
+unsigned int max_rows = 2048;
+//unsigned int bCodeArray[2048][13];
+unsigned int bCodeRow[13];
+
 unsigned short my12=0;
 volatile bool updateReady = FALSE;
 unsigned int loopTime = 0;
@@ -140,9 +145,7 @@
          updateTerminal(adcVals, statVals);  // May want to gate this call when we run a headless system.
          //loopTime = masterTimer.read_ms();// - loopTime;
          //myled = !myled;
-         //sprintf(strbuf, "\r\nupdateControls ran %d times.\r\n", count);
-         //sendSerial(strbuf);
-         //count=0;
+
       }
    }//end while(1)
 }//end void main(void)