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 LG by
ThermoCalc.h
- Committer:
- Kovalev_D
- Date:
- 2016-02-03
- Revision:
- 23:12e6183f04d4
- Parent:
- 21:bc8c1cec3da6
File content as of revision 23:12e6183f04d4:
#include "stdlib.h" #define NUM_OF_THERMOSENS 6 #define DITH_VBN_SHIFT 2 //e.. //r. определяет сдвиг (деление на 4) коэффициента деления вибропривода, чтобы иметь запас на регулирование #define DEBUG extern unsigned int IsHeating; extern int Temp_Aver; //e. the mean temperature for 1 Sec for T4 sensor extern int Tmp_Out[NUM_OF_THERMOSENS]; extern int StartTermoCompens; extern int TermoCompens_Sum; void DithFreqRangeCalc(void); void ThermoAverage(void); int DynamicDeltaCalc(void);