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_V10116 by
Diff: Variable.h
- 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 + + +