Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork22
GIGA: Remove Arduino pins 11-13 from PWM list to fix SPI1#65
New issue
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
I'd rather comment the offending PWMs so they can be restored when the dynamic loading will be supported. Also, Since I merged#62, it would be cool to rebase the patch on |
resolves:arduino#64Removed the pins logical Arduino pins 11-13 from the PWM pin list, plus their definesfor the timers.With these defines in place, the pins Alternate Function settings were set to that of the timersversus the SPI value (5)Note: This was done by@mjs513 and myself.
I added the lines back in as comments, plus I rebased. Did a quick test on GIGA and my ILI9341 code started up and did |
587b322
intoarduino:arduinoUh oh!
There was an error while loading.Please reload this page.
resolves:#64
Removed the pins logical Arduino pins 11-13 from the PWM pin list, plus their defines
for the timers.
With these defines in place, the pins Alternate Function settings were set to that of the timers
versus the SPI value (5)
Note: This was done by@mjs513 and myself.