X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fdrv%2Fpwm.h;h=f03582142213a1402ea2a39c9fe88e137286c66d;hb=37efb5bdc0504ab6df2e8db0635c9c6f7477e23e;hp=f2c651b10df6f1946dd2ee9a146f3dda7ef396d6;hpb=cea014dab5c1bb6235dbe49ec768c1f238816811;p=bertos.git diff --git a/bertos/drv/pwm.h b/bertos/drv/pwm.h index f2c651b1..f0358214 100644 --- a/bertos/drv/pwm.h +++ b/bertos/drv/pwm.h @@ -31,11 +31,14 @@ * * \version $Id$ * - * \brief PWM driver (interface) + * \brief Pulse Width Modulation (PWM) driver. * * \version $Id$ * \author Francesco Sacchi * \author Daniele Basile + * + * $WIZ$ module_name = "pwm" + * $WIZ$ module_configuration = "bertos/cfg/cfg_pwm.h" */ #ifndef DRV_PWM_H