forkd

Dependencies:   mbed

Fork of LGstaandart by Dmitry Kovalev

Revision:
106:250ddd8629c6
Parent:
105:bd01d8d20fb6
Child:
121:bbae560cdd43
--- a/Command.h	Thu Mar 31 14:03:40 2016 +0000
+++ b/Command.h	Fri Apr 01 10:05:35 2016 +0000
@@ -44,7 +44,8 @@
 #define  SUBCMD_M_FLG_R     0xe700          //e. reading data from the register of input flags  //r. чтение данных из регистра входных флагов
 #define  SUBCMD_M_PARAM_W   0xe800          //e. writing working parameter to the data memory //r. запись рабочего параметра в память данных          
 #define  SUBCMD_M_PARAM_R   0xe900          //e. reading working parameter of the GLD from the data memory //r. чтение рабочего параметра GLD из памяти данных 
-#define  SUBCMD_M_E5RA_W    0xea00          //e. writing in 1st additional (A) register of a mode of the Elio5 card //r. запись в 1-ый дополнительный (А) регистр режима платы Elio5  
+#define  SUBCMD_M_E5RA_W    0xea00          //e. writing in 1st additional (A) register of a mode of the Elio5 card //r. запись в 1-ый дополнительный (А) регистр режима платы Elio5 
+extern int tempNL,tempNH; 
 void Read_CMD(void);
 unsigned int Check(char *c, unsigned int Count);
 void CMD_Rate(void);