Hi,
i was wondering, how i would configure a pin as pwm and then use a timer (Timer1?) to control the pwm. I've seen the
/* * Set dutycycle on timer 1 PWM output channel */ void halTimer1SetChannelDuty (uint8 channel, uint16 promill);
but don't know how to tell the stack (or i suppose tirtos) to drive a specific pin?