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

Properly translate analog pins 8-15 on GCM4 #237

Closed
wants to merge 1 commit into from

Conversation

WestfW
Copy link

@WestfW WestfW commented Jul 18, 2020

The code in analogRead() does not not handle integer arguments of 8..15, which are valid analog pins on Grand Central. Worse, it will do "bad things", like setting PINMUX to "analog" on pins that don't even have analog support.
#236

@WestfW
Copy link
Author

WestfW commented Jul 18, 2020

Crap. Don't use this. It's got the wrong pin_count symbol!
(I mean, it doesn't hurt anything. It just doesn't add the code that it's supposed to.)

@WestfW WestfW closed this Jul 18, 2020
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.

1 participant