Add cfg for thermo and add wizard info.
[bertos.git] / bertos / drv / thermo.h
index 9fc20e0dd7b19dfce7898c4949e2133e1426980e..cb44d3996b92f4c80523837df1150433578c60d1 100644 (file)
  * 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$
  *
  * 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