Page 1 of 1

PWM0 not usable?

Posted: 01 Nov 2016 13:28
by A.Harrenberg
Hi,

i am just wondering what about PWM0...

The chip has 5 PWM pins (technical details), but in the compiler only PWM1-4 are defined (analogWrite()).

If it can be used, how? If not, you might want to add a note to the documentation.

Regards,
Andreas.

Re: PWM0 not usable?

Posted: 03 Nov 2016 02:38
by PoltoS
The 5th PWM ia not yet enabled. It uses another hw compared to 1-4

Re: PWM0 not usable?

Posted: 03 Nov 2016 09:32
by A.Harrenberg
Hi PoltoS,

ok, "not yet" sounds like it will be supported in a future release ,-)

Thanks for the info,
Andreas