From: asterix Date: Thu, 5 Feb 2009 18:21:35 +0000 (+0000) Subject: Add wizard info. X-Git-Tag: 2.1.0~404 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=6d92af90802e10702d0a29b496e7b747c25586f7;p=bertos.git Add wizard info. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2278 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/algo/pid_control.h b/bertos/algo/pid_control.h index 74cdcd18..e6c76d33 100644 --- a/bertos/algo/pid_control.h +++ b/bertos/algo/pid_control.h @@ -35,6 +35,12 @@ * \version $Id$ * * \author Daniele Basile + * + * $WIZARD_MODULE = { + * "name" : "pid_controll", + * "depends" : [timer], + * "configuration" : "" + * } */ #ifndef ALGO_PID_CONTROL_H