Add wizard info.
[bertos.git] / bertos / algo / pid_control.h
index 74cdcd1805a865ead971a603e7c8b4e57243d16b..e6c76d338aa389bc96af9939d3ca6d0bb00693fd 100644 (file)
  * \version $Id$
  *
  * \author Daniele Basile <asterix@develer.com>
+ *
+ * $WIZARD_MODULE = {
+ * "name" : "pid_controll",
+ * "depends" : [timer],
+ * "configuration" : ""
+ * }
  */
 
 #ifndef ALGO_PID_CONTROL_H