X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fthermo.c;h=621f3baaa5f0118add62a7dd803ae3c64be7b008;hb=00bc8478ab5087769fc67e52327934370ee5e3a6;hp=db395210f449d1c184f3ef48e9754bdfba51db02;hpb=b9345ab59759eb3a5ba8a21493b5bb78c918c8a9;p=bertos.git diff --git a/bertos/drv/thermo.c b/bertos/drv/thermo.c index db395210..621f3baa 100644 --- a/bertos/drv/thermo.c +++ b/bertos/drv/thermo.c @@ -41,6 +41,8 @@ #include "hw/thermo_map.h" #include "hw/hw_thermo.h" +#include "cfg/cfg_thermo.h" + #include #include #include @@ -51,11 +53,6 @@ -/** Interval at which thermo control is performed. */ -#define THERMO_INTERVAL_MS 100 - -/** Number of different samples we interpolate over to get the hifi temperature. */ -#define THERMO_HIFI_NUM_SAMPLES 10 /** Timer for thermo-regulation. */ static Timer thermo_timer;