Guys,
I been experiencing some issues with the Gadgeteer PWM code and have moved to using the netmf code directly; thanks Andre & Architect. This was easy to do on the spider as the schematic told me which PWM pin was whch.
PWM servo = new PWM(Cpu.PWMChannel.PWM_0, period, high1, PWM.ScaleFactor.Microseconds, false);
However, the Cerberus only shows if a pin is PWM capable and not which one it is. Can anyone help me identify which PWM is which so I can mograte my app from the Spider to the Cerberus please?
Thanks,
Jason.