X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fstepper.h;h=a4c381f69594cf2591e7823c6dbdef863f8ae769;hb=f8e4f3c7c1fec67b18126ee082f964cf9ceb14c7;hp=afa70d8bfb80c7c5dc4b7f6b8f56b25e2e537137;hpb=d77cf6341f11dcd2afb319a91f5cdbeb9df6f00c;p=bertos.git diff --git a/bertos/drv/stepper.h b/bertos/drv/stepper.h index afa70d8b..a4c381f6 100644 --- a/bertos/drv/stepper.h +++ b/bertos/drv/stepper.h @@ -7,7 +7,6 @@ * * \brief Driver to control stepper motor * - * \version $Id$ * * \author Francesco Michelini * \author Giovanni Bajo @@ -15,11 +14,11 @@ * \author Simone Zinanni * \author Daniele Basile * - * $WIZARD_MODULE = { - * "name" : "stepper", - * "depends" : ["timer", "ramp"], - * "configuration" : "bertos/cfg/cfg_stepper.h" - * } + * $WIZ$ module_name = "stepper" + * $WIZ$ module_depends = "timer", "ramp" + * $WIZ$ module_configuration = "bertos/cfg/cfg_stepper.h" + * $WIZ$ module_hw = "bertos/hw/hw_stepper.h" + * $WIZ$ module_supports = "not avr" */ #ifndef DRV_STEPPER_H