123

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
119:4d7fcece9e8e
Parent:
116:66f1f0ff2dab
Child:
120:9f446f1495e8
--- a/Command.c	Wed Apr 06 13:49:18 2016 +0000
+++ b/Command.c	Wed Apr 06 15:10:47 2016 +0000
@@ -149,6 +149,9 @@
     BuffTemp[20] = 0x00;
     BuffTemp[21] = 0x00;
 Temp =  Spi.DAC_B ;
+
+Temp =  0 ;
+
     BuffTemp[22] =  (Temp >> 8) & 0xff;
     BuffTemp[23] =  (Temp >> 0) & 0xff;