X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fdc_motor.h;h=75b2246f31180901ba206ce44729dfd409ce5286;hb=98c76a5f903d9e12d9af283d71ed61d8768969a7;hp=289a1bd37642c0e4eae8597442f198b8c850ccf2;hpb=11da44352fcd4d33b173c976db45293ac1a87cca;p=bertos.git diff --git a/bertos/drv/dc_motor.h b/bertos/drv/dc_motor.h index 289a1bd3..75b2246f 100644 --- a/bertos/drv/dc_motor.h +++ b/bertos/drv/dc_motor.h @@ -35,14 +35,20 @@ * \version $Id$ * * \author Daniele Basile + * + * $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 +#include "cfg/cfg_dc_motor.h" #include #include