Closed
Description
Using pin9.write_digital(1)
results in ValueError: 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?
MicroPython v1.13 on 2020-12-21; micro:bit v2.0.0-beta.3 with nRF52833
Type "help()" for more information.
>>> from microbit import *
>>> pin9.write_digital(1)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ValueError: Pin 9 in display mode
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Relationships
Development
No branches or pull requests
Activity
Update P9 to be UNUSED on V2 (was shared on V1)
jaustin commentedon Feb 12, 2021
See #64 - will test once there's a CI build
Update P9 to be UNUSED on V2 (was shared on V1)
codal_port: Update P9 to be UNUSED on V2 (was shared on V1).
dpgeorge commentedon Feb 17, 2021
Fixed by a94e53d