4 // Description: PWM unit configuration
7 // Author: LAGARRIGUE <glagarri@etud.insa-toulouse.fr>, (C) 2005
9 // Copyright: See COPYING file that comes with this distribution
16 #define MINFREQ (PCLK/(0xFFFFFFFF))
18 void Init_PWM(int freq
);
19 void Set_PWM (int channel
, float duty_cycle
);