From: asterix Date: Fri, 6 Feb 2009 16:55:18 +0000 (+0000) Subject: Add wizard info. X-Git-Tag: 2.1.0~370 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=95e8847d266f3a03c4e93372f815b628632ebc7a;p=bertos.git Add wizard info. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2312 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/drv/dc_motor.h b/bertos/drv/dc_motor.h index 75b2246f..d9651d68 100644 --- a/bertos/drv/dc_motor.h +++ b/bertos/drv/dc_motor.h @@ -30,7 +30,7 @@ * --> * * - * \brief DC motor driver (interface) + * \brief DC motor driver. * * \version $Id$ * @@ -38,7 +38,7 @@ * * $WIZARD_MODULE = { * "name" : "dc_motor", - * "depends" : ["pwm", "pid_control"], + * "depends" : ["pwm", "pid_control", "adc", "timer"], * "configuration" : "bertos/cfg/cfg_dc_motor.h" * } */ diff --git a/bertos/drv/eeprom.h b/bertos/drv/eeprom.h index 60ef1569..6c6cd911 100644 --- a/bertos/drv/eeprom.h +++ b/bertos/drv/eeprom.h @@ -30,19 +30,25 @@ * All Rights Reserved. * --> * - * \brief Driver for the 24xx16 and 24xx256 I2C EEPROMS (interface) + * \brief Driver for the 24xx16 and 24xx256 I2C EEPROMS. * * \version $Id$ * * \author Stefano Fedrigo * \author Bernie Innocenti * + * $WIZARD_MODULE = { + * "name" : "eeprom", + * "depends" : ["kfile"], + * "configuration" : "" + * } */ #ifndef DRV_EEPROM_H #define DRV_EEPROM_H #include + #include