X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fthermo.h;h=9145fa9eeb9c85bb9f26a4d623276d98772d5895;hb=c7fb36e3638f5dabccb1811d53ec8b781b06299d;hp=cb44d3996b92f4c80523837df1150433578c60d1;hpb=e6698dd93b44786a6d81fb527a74342f151e248f;p=bertos.git diff --git a/bertos/drv/thermo.h b/bertos/drv/thermo.h index cb44d399..9145fa9e 100644 --- a/bertos/drv/thermo.h +++ b/bertos/drv/thermo.h @@ -32,11 +32,6 @@ * * \brief Thermo-control driver. * - * \version $Id$ - * - * \author Giovanni Bajo - * \author Francesco Sacchi - * * This module implements multiple thermo controls, which is the logic needed to try * keeping the temperature of a device constant. For this module, a "device" is a black box * whose temperature can be measured, and which has a mean to make it hotter or colder. @@ -47,11 +42,15 @@ * 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" - * } + * \version $Id$ + * + * \author Giovanni Bajo + * \author Francesco Sacchi + * + * $WIZ$ module_name = "thermo" + * $WIZ$ module_depends = "timer", "ntc" + * $WIZ$ module_configuration = "bertos/cfg/cfg_thermo.h" + * $WIZ$ module_hw = "bertos/hw/hw_thermo.h", "bertos/hw/thermo_map.h" */ #ifndef DRV_THERMO_H