fs and ftg working. bent forward not working

Fork of dataComm by Bradley Perry

Revision:
5:c95a0006ba68
Parent:
4:86d9e33652b6
Child:
6:502959ea39e4
--- a/dataComm.cpp	Mon Apr 27 21:57:35 2015 +0000
+++ b/dataComm.cpp	Wed May 06 17:13:38 2015 +0000
@@ -8,7 +8,7 @@
 
 dataComm::dataComm():  _len(0), _counter(0), _inMsg(false), _numVars(32), _numReadOnlyParams(12), _escapesNeeded(8)
 {
-
+    mbedLED1 = 1;
     int temp1[] = {0,1,2,3,4,8,9,10,-1};
 
     for (int i = 0; i < _escapesNeeded+1; i++) {
@@ -31,7 +31,7 @@
         _paramMap[_indexMap[j]] = generic_get(_indexMap[j]);
     }
 
-  //  pc.printf("Initialized PARAM \r\n");
+    //  pc.printf("Initialized PARAM \r\n");
     int temp4[] = {0x01fe, 0x02ac, 0x02ff, 0x0180, 0x0012, 0x0010, 0x0020, 0x00bf, 0x023f, 0x0123, 0x03a2, 0x10};
 
     for (int k = 0; k < _numReadOnlyParams; k += 1) {