Change module definition in order to contain hw dependency
[bertos.git] / bertos / drv / stepper.h
index 10a29bce8420d26ae04c8f6343d8e53e878383af..6db52c2ecdb9209678150af7178ea0dbbefa76f7 100644 (file)
  *
  * \author Francesco Michelini <francesco.michelini@seacfi.com>
  * \author Giovanni Bajo <rasky@develer.com>
- * \author Bernardo Innocenti <bernie@develer.com>
+ * \author Bernie Innocenti <bernie@codewiz.org>
  * \author Simone Zinanni <s.zinanni@develer.com>
  * \author Daniele Basile <asterix@develer.com>
  *
+ * $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"
  */
 
 #ifndef DRV_STEPPER_H