Skip to content

Pin 9 in display mode V2 #57

Closed
Closed
@microbit-mark

Description

@microbit-mark

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

Activity

added a commit that references this issue on Feb 12, 2021
jaustin

jaustin commented on Feb 12, 2021

@jaustin
Contributor

See #64 - will test once there's a CI build

added this to the 2.0.0-beta.4 milestone on Feb 12, 2021
dpgeorge

dpgeorge commented on Feb 17, 2021

@dpgeorge
Collaborator

Fixed by a94e53d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @jaustin@dpgeorge@microbit-carlos@microbit-mark

      Issue actions

        Pin 9 in display mode V2 · Issue #57 · microbit-foundation/micropython-microbit-v2