X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fstepper.h;h=1ad268b953ccc551ecd4e52c1031a8c175e5d6da;hb=f35b6066ecdeffcc8998dd566b5246bdcf43c548;hp=5f74b9b116421b258d45c183b499407cc78f75ba;hpb=fb7ec340d92c933b7c60e0c097992e733462b1d4;p=bertos.git diff --git a/bertos/drv/stepper.h b/bertos/drv/stepper.h index 5f74b9b1..1ad268b9 100644 --- a/bertos/drv/stepper.h +++ b/bertos/drv/stepper.h @@ -11,16 +11,22 @@ * * \author Francesco Michelini * \author Giovanni Bajo - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Simone Zinanni * \author Daniele Basile * + * $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 #define DRV_STEPPER_H #include + #include // Forward declaration