You mean like this?
Code:
PWM(pwm01,pwm02,pwm05,pwm08,pwm13,pwm14,pwm15,pwm16);
Or this?
Code:
PWM(pwm01,pwm02,pwm05,pwm08);
PWM(pwm13,pwm14,pwm15,pwm16);
If we do the first one, then there's an error saying there's too many calls in the argument. The second one doesn't work either because apparently the PWM() function only affects 13-16. I think I have an idea, though, and I'll see if it works.
Edit: Yeah, I didn't think it would. I thought the problem may have been PWM vs. Generate_Pwms, but that's not the issue.