Add cfg file and wizard info.
[bertos.git] / bertos / drv / dc_motor.h
index 289a1bd37642c0e4eae8597442f198b8c850ccf2..75b2246f31180901ba206ce44729dfd409ce5286 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
 #define DRV_DC_MOTOR_H
 
-#include "hw_dc_motor.h"
+#include "hw/hw_dc_motor.h"
 
-#include <cfg/cfg_dc_motor.h>
+#include "cfg/cfg_dc_motor.h"
 #include <cfg/macros.h>
 
 #include <algo/pid_control.h>