-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
I think I found another crossbar limitation on pin arrangements. I'm connecting 4 AB encoders. My original intention was to use these pin assignments:
QuadEncoder e1(1, 1, 30)
QuadEncoder e2(2, 2, 31)
QuadEncoder e3(3, 3, 36)
QuadEncoder e4(4, 4, 37)
But there seemed to be weird behaviour on e1 and e3. Through trial and error I found that changing e3 to use pins 3 and 33 seemed to fix it. Looking at the diagram below it looks like pins 1 and 36 are both on xbar 16. Might need to update the readme? Happy to make a PR if my analysis is correct (and trawl through the rest of the pins to see if I can pick up any other conflicts); not that experienced so wanted to check first.
https://github.com/KurtE/TeensyDocuments/blob/master/Teensy4.1%20Pins.pdf
Metadata
Metadata
Assignees
Labels
No labels