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
Pin configuration is missing PIN_ATTR_TIMER, in order to get PWM working on the channel
{ 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]
Above is copied from arduino_zero variant.
The text was updated successfully, but these errors were encountered:
Probably issues with D6/D7 as well, as they are configured to use PIN_ATTR_TIMER, and not PIN_ATTR_TIMER_ALT (like arduino_zero variant)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Pin configuration is missing PIN_ATTR_TIMER, in order to get PWM working on the channel
{ 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]
Above is copied from arduino_zero variant.
The text was updated successfully, but these errors were encountered: