Add wizard info.
[bertos.git] / bertos / drv / dc_motor.h
index 1a50d48aa8819b98e8b2f8e71c58589814793809..71525f24138ea61e2af4e7290891a606880a1ea6 100644 (file)
  * \version $Id$
  *
  * \author Daniele Basile <asterix@develer.com>
+ *
+ * $WIZARD_MODULE = {
+ * "name" : "dc_motor",
+ * "depends" : [pwm, pid_control],
+ * "configuration" : "bertos/cfg/cfg_dc_motor.h"
+ * }
  */
 
 #ifndef DRV_DC_MOTOR_H