We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
heya - it seems pin #13 pwm analogwrite() doesnt work? a change to the variant.cpp fixes:
// 13 (LED) { PORTA, 17, PIO_PWM, (PIN_ATTR_DIGITAL|PIN_ATTR_PWM|PIN_ATTR_TIMER), No_ADC_Channel, PWM2_CH1, TCC2_CH1, EXTERNAL_INT_1 }, // TCC2/WO[1]
(basically, tell it what channel to tweak) - all other PWMs are 👍
The text was updated successfully, but these errors were encountered:
Fix requested in arduino#155 for PMW on pin 13
c440a23
@ladyada thanks for letting us know!
Closed via #156.
Sorry, something went wrong.
Merge pull request arduino#155 from GMagician/fix-tone
553d3c8
Fix tone
No branches or pull requests
heya - it seems pin #13 pwm analogwrite() doesnt work? a change to the variant.cpp fixes:
(basically, tell it what channel to tweak) - all other PWMs are 👍
The text was updated successfully, but these errors were encountered: