X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fthermo.h;h=cb44d3996b92f4c80523837df1150433578c60d1;hb=e6698dd93b44786a6d81fb527a74342f151e248f;hp=9fc20e0dd7b19dfce7898c4949e2133e1426980e;hpb=3fb609d60480eefd5e43d48d13cb9f387c38cb0f;p=bertos.git diff --git a/bertos/drv/thermo.h b/bertos/drv/thermo.h index 9fc20e0d..cb44d399 100644 --- a/bertos/drv/thermo.h +++ b/bertos/drv/thermo.h @@ -26,11 +26,11 @@ * invalidate any other reasons why the executable file might be covered by * the GNU General Public License. * - * Copyright 2004, 2005 Develer S.r.l. (http://www.develer.com/) + * Copyright 2004, 2005, 2009 Develer S.r.l. (http://www.develer.com/) * * --> * - * \brief Thermo-control driver + * \brief Thermo-control driver. * * \version $Id$ * @@ -47,6 +47,11 @@ * of the black box). This low-level driver also controls the units in which the temperature * is expressed: thermo control treats it just as a number. * + * $WIZARD_MODULE = { + * "name" : "thermo", + * "depends" : ["timer", "ntc"], + * "configuration" : "bertos/cfg/cfg_thermo.h" + * } */ #ifndef DRV_THERMO_H