mirror of
https://github.com/arduino/Arduino.git
synced 2025-04-06 21:57:57 +02:00
was starting PWM on these pins too soon - in init() instead of when analogWrite() was called. as a result doing output on port registers directly failed.