-
-
Notifications
You must be signed in to change notification settings - Fork 15
Digital Pin Numbering off for D76-D83, D84-D85, and D93-D94 #7
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Here is a modified version of my (and defragster)HiLow test... probably only does low right... Need to check, don't remember if giga support pull up and pull down on IO pins. This sketch is also pushed up now into my giga stuff repository.
Note I am trying this on Ubuntu with the code synced up to PR #17 I believe that PR fixes several of these issues. I believe the digital-pin-gpios table in the overlay is missing these pins, that
Which makes sense as that would map 95->101 which is what we expected. |
Feeling better so finally synched up with your PR changes as of today and reran blinkanypin sketch. Pin numbering for D76-D83 and D93/D94 now working so looks like that part is fixed. However with that said pins 101/102 (SCL1 and SDA1) are still problems as @KurtE pointed out, they ring out to be D94/D95 per above comment. |
Using the Giga full pinout diagram and a test setup

and sketch modified from a @KurtE sketch
D0-D60 ring out per the giga pinouts.
D76-D83 (A0 to A7) ring out to D78-D85 (off by 2)
D84-D85 ringout to D90 and D91
D93-D94 ringout to D92 and D93.
Think numbering is off somewhere.
The text was updated successfully, but these errors were encountered: