SAGNES Christophe / Mbed 2 deprecated Le_Pont_V10015

Dependencies:   mbed

Fork of Le_Pont_V10015 by 3R

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Variable.h Source File

Variable.h

00001 //***********************************************************************************/
00002 //
00003 //          Variables globales du thermocube
00004 //
00005 //************************************************************************************/
00006 #ifndef _VAR_
00007 #define _VAR_
00008 
00009 #include <mbed.h>
00010 #include "Constantes.h"
00011 //#include "mb.h"
00012 #include "time.h"
00013 
00014 
00015 extern  int i,j ; 
00016 
00017 
00018 
00019 extern  float Coefficient;
00020 
00021 //extern  S16   Mode_Fonctionnement;
00022 
00023 extern  U16   usRegInputStart ;
00024 extern  S16   Memoire_S16[REG_INPUT_NREGS];
00025 
00026 extern  bool Init_Variables (void);
00027 extern  void Init_Mode_Libre();
00028 
00029 #endif
00030 
00031 
00032