X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fdc_motor.h;h=3f4b15dd0ae20f49ec067fcd400ccf3d48480f44;hb=d273eeaf8213a957c6ae0889d6d2f9279a7e17a5;hp=d9651d686912c34b28f4a0612d2c0e501f3c7d29;hpb=95e8847d266f3a03c4e93372f815b628632ebc7a;p=bertos.git diff --git a/bertos/drv/dc_motor.h b/bertos/drv/dc_motor.h index d9651d68..3f4b15dd 100644 --- a/bertos/drv/dc_motor.h +++ b/bertos/drv/dc_motor.h @@ -36,11 +36,10 @@ * * \author Daniele Basile * - * $WIZARD_MODULE = { - * "name" : "dc_motor", - * "depends" : ["pwm", "pid_control", "adc", "timer"], - * "configuration" : "bertos/cfg/cfg_dc_motor.h" - * } + * $WIZ$ module_name = "dc_motor" + * $WIZ$ module_depends = "pwm", "pid_control", "adc", "timer" + * $WIZ$ module_configuration = "bertos/cfg/cfg_dc_motor.h" + * $WIZ$ module_hw = "bertos/hw/hw_dc_motor.h" */ #ifndef DRV_DC_MOTOR_H