Use new progmem API.
[bertos.git] / bertos / algo / pid_control.h
index 1aa56d68b8f296aa47b4bb5f9cc0522b84b92621..c21319abee614357d256006a37509c8a6355f356 100644 (file)
  *
  * \brief Proportional, integral, derivative controller (PID controller).
  *
- * \version $Id$
  *
  * \author Daniele Basile <asterix@develer.com>
  *
- * $WIZARD_MODULE = {
- * "name" : "pid_control",
- * "depends" : ["timer"],
- * "configuration" : ""
- * }
+ * $WIZ$ module_name = "pid_control"
+ * $WIZ$ module_depends = "timer"
  */
 
 #ifndef ALGO_PID_CONTROL_H