-
Notifications
You must be signed in to change notification settings - Fork 27
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
Pin 9 in display mode V2 #57
Milestone
Comments
jaustin
added a commit
that referenced
this issue
Feb 12, 2021
P9 is a spare pin on micro:bit V2, but was shared with the display on V1 Full pinout is available https://tech.microbit.org/hardware/edgeconnector/ See #57
See #64 - will test once there's a CI build |
jaustin
added a commit
that referenced
this issue
Feb 15, 2021
P9 is a spare pin on micro:bit V2, but was shared with the display on V1 This commit updates the definition of the pin and stops the display from trying to acquire/release it during enable/disable Full pinout is available https://tech.microbit.org/hardware/edgeconnector/ See #57
dpgeorge
pushed a commit
that referenced
this issue
Feb 17, 2021
P9 is a spare pin on micro:bit V2, but was shared with the display on V1. This commit updates the definition of the pin and stops the display from trying to acquire/release it during enable/disable. Full pinout is available https://tech.microbit.org/hardware/edgeconnector/ See #57
Fixed by a94e53d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using
pin9.write_digital(1)
results inValueError: Pin 9 in display mode
which we would expect on V1 as the display is coupled to the Pin.Should it be the case as per https://tech.microbit.org/hardware/edgeconnector/#edge-connector-pins that Pin9 is no-longer coupled to the display for V2 and if so can we enable use of pin9 without having to disable the display?
The text was updated successfully, but these errors were encountered: