X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fdrv%2Fdc_motor.h;h=75b2246f31180901ba206ce44729dfd409ce5286;hb=7f71ceee79dea7b155679ec439ab6646f2e6bfa6;hp=1a50d48aa8819b98e8b2f8e71c58589814793809;hpb=c22fe24a0da896a52dbc3882390ec18a440ef56a;p=bertos.git diff --git a/bertos/drv/dc_motor.h b/bertos/drv/dc_motor.h index 1a50d48a..75b2246f 100644 --- a/bertos/drv/dc_motor.h +++ b/bertos/drv/dc_motor.h @@ -35,6 +35,12 @@ * \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