* \author Bernie Innocenti <bernie@codewiz.org>
*
* $WIZ$ module_name = "eeprom"
- * $WIZ$ module_depends = "kfile"
+ * $WIZ$ module_depends = "kfile", "i2c"
*/
#ifndef DRV_EEPROM_H
* \author Bernie Innocenti <bernie@codewiz.org>
* \author Stefano Fedrigo <aleph@develer.com>
* \author Francesco Sacchi <batt@develer.com>
+ *
+ * $WIZ$ module_name = "kbd"
+ * $WIZ$ module_depends = "timer"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_kbd.h"
+ * $WIZ$ module_hw = "bertos/hw/hw_kbd.h", "bertos/hw/kbd_map.h"
*/
#ifndef DRV_KBD_H
*
* -->
*
- * \brief Hitachi HD44780 and clones LCD module (interface)
+ * \brief Hitachi HD44780 and clones LCD module.
*
* \version $Id$
*
* \author Bernie Innocenti <bernie@codewiz.org>
* \author Stefano Fedrigo <aleph@develer.com>
+ *
+ * $WIZ$ module_name = "lcd_hd44"
+ * $WIZ$ module_depends = "timer"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_lcd.h"
+ * $WIZ$ module_hw = "bertos/hw/hw_lcd.h"
*/
#ifndef DRV_LCD_HD44_H
* \version $Id$
* \author Bernie Innocenti <bernie@codewiz.org>
* \author Stefano Fedrigo <aleph@develer.com>
+ *
+ * $WIZ$ module_name = "lcd_text"
+ * $WIZ$ module_depends = "lcd_hd44", "timer", "formatwr"
*/
#ifndef DRV_LCD_H
* All Rights Reserved.
* -->
*
- * \brief Driver for NTC sensors (reads a temperature through an ADC)
+ * \brief Driver for NTC sensors (reads a temperature through an ADC).
*
* \version $Id$
*
* \author Francesco Sacchi <batt@develer.com>
*
* $WIZ$ module_name = "ntc"
- * $WIZ$ module_depends = "adc"
* $WIZ$ module_hw = "bertos/hw/hw_ntc.h", "bertos/hw/ntc_map.h"
*/
* $WIZ$ module_name = "pwm"
* $WIZ$ module_configuration = "bertos/cfg/cfg_pwm.h"
* $WIZ$ module_hw = "bertos/hw/pwm_map.h"
+ * $WIZ$ module_supports = "not avr"
*/
#ifndef DRV_PWM_H
* $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