Skip to content
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

Fix GPIO init #97

Closed
wants to merge 1 commit into from
Closed

Conversation

Daft-Freak
Copy link
Contributor

Want to be initialising pin 16, not pin 65536. Not sure how this is working on hardware, but it's certainly not in DERP...

(Especially since the default is to pull down 🤔. Now I need to fix or work around this on my side...)

Want to be initialising pin 16, not pin 65536
@Daft-Freak
Copy link
Contributor Author

Not sure how this is working on hardware

Oh right, there are pull-ups on the board (missed that due to them not being on the same page of the sch as the buttons)... and you can read the inputs without setting the SIO func (or in this case, any function)

@Gadgetoid
Copy link
Member

Ooof, thank you. I haven't been giving PicoSystem much tlc because it - mostly - works and there's soo much else to do.

Looking into migrating to MicroPython v1.23.0 now... 😬 so hopefully I'll be able to sweep up some PRs.

@Gadgetoid
Copy link
Member

Chucked this onto #104

@Gadgetoid Gadgetoid closed this Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants