X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fdrv%2Fpwm.h;h=b9fa728413aa157962d0b6f6eaf00a11c6468d45;hb=d273eeaf8213a957c6ae0889d6d2f9279a7e17a5;hp=f2c651b10df6f1946dd2ee9a146f3dda7ef396d6;hpb=cea014dab5c1bb6235dbe49ec768c1f238816811;p=bertos.git diff --git a/bertos/drv/pwm.h b/bertos/drv/pwm.h index f2c651b1..b9fa7284 100644 --- a/bertos/drv/pwm.h +++ b/bertos/drv/pwm.h @@ -31,11 +31,15 @@ * * \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" + * $WIZ$ module_hw = "bertos/hw/pwm_map.h" */ #ifndef DRV_PWM_H