X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fcfg%2Fcfg_thermo.h;fp=bertos%2Fcfg%2Fcfg_thermo.h;h=4e1e1acf788d77d275d0a95e067b7549cc55ee53;hb=e6698dd93b44786a6d81fb527a74342f151e248f;hp=0000000000000000000000000000000000000000;hpb=c395ac3db5c5ef5b1c041727e96d938c40115ece;p=bertos.git diff --git a/bertos/cfg/cfg_thermo.h b/bertos/cfg/cfg_thermo.h new file mode 100644 index 00000000..4e1e1acf --- /dev/null +++ b/bertos/cfg/cfg_thermo.h @@ -0,0 +1,52 @@ +/** + * \file + * + * + * \brief Configuration file for thermo module. + * + * \version $Id$ + * \author Daniele Basile + */ + +#ifndef CFG_THERMO_H +#define CFG_THERMO_H + +/// Interval at which thermo control is performed. $WIZARD = { "type" : "int" } +#define THERMO_INTERVAL_MS 100 + +/** + * Number of different samples we interpolate over to get the hifi temperature. + * + * $WIZARD = { "type" : "int" } + */ +#define THERMO_HIFI_NUM_SAMPLES 10 + +#endif /* CFG_THERMO_H */