Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that make-pins.py does not allow a pin to have 2 names. Eg PB3 is called X17 and SW, but only SW can be used to reference that pin.
Looking in pins_PYBV10.c I see that the entry for X17 has its name overwritten by SW, and SW appears twice.
The text was updated successfully, but these errors were encountered:
I'll take a look...
Sorry, something went wrong.
Fixed by 3bbceea, thanks to @dhylands.
Merge pull request micropython#453 from pewpew-game/stage
26862f8
Fix display orientation for _stage module
No branches or pull requests
It seems that make-pins.py does not allow a pin to have 2 names. Eg PB3 is called X17 and SW, but only SW can be used to reference that pin.
Looking in pins_PYBV10.c I see that the entry for X17 has its name overwritten by SW, and SW appears twice.
The text was updated successfully, but these errors were encountered: