SAGNES Christophe / Mbed 2 deprecated Le_Pont_V10116

Dependencies:   mbed

Fork of Le_Pont_V10116 by 3R

Revision:
0:8b3c6f593515
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Variable.h	Thu Jun 22 09:33:04 2017 +0000
@@ -0,0 +1,32 @@
+//***********************************************************************************/
+//
+//          Variables globales du thermocube
+//
+//************************************************************************************/
+#ifndef _VAR_
+#define _VAR_
+
+#include <mbed.h>
+#include "Constantes.h"
+//#include "mb.h"
+#include "time.h"
+
+
+extern  int i,j ; 
+
+
+
+extern  float Coefficient;
+
+//extern  S16   Mode_Fonctionnement;
+
+extern  U16   usRegInputStart ;
+extern  S16   Memoire_S16[REG_INPUT_NREGS];
+
+extern  bool Init_Variables (void);
+extern  void Init_Mode_Libre();
+
+#endif
+
+
+