forkd

Dependencies:   mbed

Fork of LG2 by Dmitry Kovalev

Revision:
200:1df682165694
Parent:
199:2728719cdc64
--- a/Command.c	Thu Oct 20 09:32:25 2016 +0000
+++ b/Command.c	Thu Oct 20 11:38:22 2016 +0000
@@ -907,7 +907,7 @@
                 WriteCon(Time);
                 for (int i = 0; i < 32; i++ )
                 {
-                	sprintf((Time + i * 9)," <%07d>", (Buff_Restored_Mod[i]>>20));
+                	//sprintf((Time + i * 9)," <%07d>", (Buff_Restored_Mod[i]>>20));
                 }
                 WriteCon(Time);
                 }  
@@ -1027,8 +1027,8 @@
                 WriteCon(Time);
                 for (int i = 0; i < 32; i++ ) 
                    { 
-                    ttemp=(Buff_AMP64P[i]-(Buff_AMP[i]));
-                    if (ttemp < 0) WriteCon("1"); else WriteCon("0");
+                  //  ttemp=(Buff_AMP64P[i]-(Buff_AMP[i]));
+                  //  if (ttemp < 0) WriteCon("1"); else WriteCon("0");
                    }
               }
              if (Time[0] == 'q') {		// выдача технологическая
@@ -1048,3 +1048,4 @@
 }
 
 
+