Add handy functions for handling non recurrent timeouts.
[bertos.git] / bertos / drv / phase.h
index e15f7d3d57b244774cbc28fd2c454bc4d9c5facc..fc894be0bc4464bdfdceaacd0c2f57e86bef79ff 100644 (file)
  * Copyright 2005 Develer S.r.l. (http://www.develer.com/)
  * -->
  *
- * \version $Id$
  *
- * \brief Phase control driver, to manage triac swicth.
+ * \brief Phase partialization driver with TRIACs.
  *
- * \version $Id$
  * \author Francesco Sacchi <batt@develer.com>
  *
- * $WIZARD_MODULE = {
- * "name" : "phase",
- * "depends" : ["timer"],
- * "configuration" : "bertos/cfg/cfg_phase.h"
- * }
+ * $WIZ$ module_name = "phase"
+ * $WIZ$ module_depends = "timer"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_phase.h"
+ * $WIZ$ module_hw = "bertos/hw/hw_phase.h", "bertos/hw/phase_map.h", "bertos/hw/hw_phase.c"
  */
 
 #ifndef DRV_PHASE_H