X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fpwm.h;h=f03582142213a1402ea2a39c9fe88e137286c66d;hb=f8f104d271616012acd82fe3f2249a91f78baf90;hp=37186174de1035d5bec1fe5c68effd73bb89767a;hpb=d7cb700c2fbacab753926804f3d5644d26fcc943;p=bertos.git diff --git a/bertos/drv/pwm.h b/bertos/drv/pwm.h index 37186174..f0358214 100644 --- a/bertos/drv/pwm.h +++ b/bertos/drv/pwm.h @@ -31,17 +31,14 @@ * * \version $Id$ * - * \brief PWM driver (interface) + * \brief Pulse Width Modulation (PWM) driver. * * \version $Id$ * \author Francesco Sacchi * \author Daniele Basile * - * $WIZARD_MODULE = { - * "name" : "pwm", - * "depends" : [], - * "configuration" : "bertos/cfg/cfg_pwm.h" - * } + * $WIZ$ module_name = "pwm" + * $WIZ$ module_configuration = "bertos/cfg/cfg_pwm.h" */ #ifndef DRV_PWM_H