*
* \brief Buzzer driver.
*
- * $WIZARD = {
- * "name" : "buzzer"
- * "depends" : [],
- * "configuration" : ""
- * }
+ * $WIZ$ module_name = "buzzer"
+ * $WIZ$ module_hw = "bertos/hw/hw_buzzer.h"
*/
#ifndef DRV_BUZZER_H
* $WIZ$ module_name = "dataflash"
* $WIZ$ module_depends = "kfile"
* $WIZ$ module_configuration = "bertos/cfg/cfg_dataflash.h"
- * }
+ * $WIZ$ module_hw = "bertos/hw/hw_dataflash.h", "bertos/hw/hw_dataflash.c"
*/
* $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
*
* $WIZ$ module_name = "ft245rl"
* $WIZ$ module_depends = "kfile", "timer"
+ * $WIZ$ module_hw = "bertos/hw/hw_ft245rl.h"
*/
* \author Francesco Sacchi <batt@develer.com>
*
* $WIZ$ module_name = "i2c"
- * "configuration" : "bertos/cfg/cfg_i2c.h"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_i2c.h"
+ * $WIZ$ module_hw = "bertos/hw/hw_i2c_bitbang.h"
*/
#ifndef DRV_I2C_H
*
* $WIZ$ module_name = "ntc"
* $WIZ$ module_depends = "adc"
+ * $WIZ$ module_hw = "bertos/hw/hw_ntc.h", "bertos/hw/ntc_map.h"
*/
#ifndef DRV_NTC_H
* $WIZ$ module_name = "phase"
* $WIZ$ module_depends = "timer"
* $WIZ$ module_configuration = "bertos/cfg/cfg_phase.h"
- * }
+ * $WIZ$ module_hw = "bertos/hw/hw_phase.h", "bertos/hw/phase_map.h", "bertos/hw/hw_phase.c"
*/
#ifndef DRV_PHASE_H
*
* $WIZ$ module_name = "pwm"
* $WIZ$ module_configuration = "bertos/cfg/cfg_pwm.h"
+ * $WIZ$ module_hw = "bertos/hw/pwm_map.h"
*/
#ifndef DRV_PWM_H
* $WIZ$ module_name = "ser"
* $WIZ$ module_depends = "kfile", "timer"
* $WIZ$ module_configuration = "bertos/cfg/cfg_ser.h"
+ * $WIZ$ module_hw = "bertos/hw/hw_ser.h"
*/
#ifndef DRV_SER_H
*
* $WIZ$ module_name = "sipo"
* $WIZ$ module_depends = "kfile"
- * $WIZ$ module_configuration = ""
+ * $WIZ$ module_hw = "bertos/hw/hw_sipo.h"
*
*/
*
* $WIZ$ module_name = "spi_bitbang"
* $WIZ$ module_configuration = "bertos/cfg/cfg_spi_bitbang.h"
+ * $WIZ$ module_hw = "bertos/hw/hw_spi.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"
*/
#ifndef DRV_STEPPER_H
* $WIZ$ module_name = "thermo"
* $WIZ$ module_depends = "timer", "ntc"
* $WIZ$ module_configuration = "bertos/cfg/cfg_thermo.h"
- * }
+ * $WIZ$ module_hw = "bertos/hw/hw_thermo.h", "bertos/hw/thermo_map.h"
*/
#ifndef DRV_THERMO_H