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 LG2 by
ThermoCalc.h
00001 #include "stdlib.h" 00002 00003 #define NUM_OF_THERMOSENS 6 00004 #define DITH_VBN_SHIFT 2 //e.. //r. определяет сдвиг (деление на 4) коэффициента деления вибропривода, чтобы иметь запас на регулирование 00005 00006 #define DEBUG 00007 extern unsigned int IsHeating; 00008 extern int Temp_Aver; //e. the mean temperature for 1 Sec for T4 sensor 00009 extern int Tmp_Out[NUM_OF_THERMOSENS]; 00010 extern int StartTermoCompens; 00011 extern int TermoCompens_Sum; 00012 00013 void DithFreqRangeCalc(void); 00014 void ThermoAverage(void); 00015 int DynamicDeltaCalc(void); 00016
Generated on Thu Jul 14 2022 02:34:42 by
 1.7.2
 1.7.2 
    