Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Le_Pont_V10015 by
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
Generated on Tue Jul 12 2022 13:32:39 by
1.7.2
