Skip to content

OneWire not working in CP 3.0.0 rc0 #964

Closed
@caternuson

Description

@caternuson

REF: https://forums.adafruit.com/viewtopic.php?f=60&t=137405

D5 is a special pin on the Itsy, but even using D7 for testing indicates something is not working:

CP 2.3.1

Adafruit CircuitPython 2.3.1 on 2018-05-07; Adafruit Itsy Bitsy M0 Express with samd21g18
>>> import board, busio
>>> ow = busio.OneWire(board.D7)
>>> ow.write_bit(1)

cp2 3 1_write_bit

CP 3.0.0 rc0

Adafruit CircuitPython 3.0.0-rc.0 on 2018-06-18; Adafruit ItsyBitsy M0 Express with samd21g18
>>> import board, busio
>>> ow = busio.OneWire(board.D7)
>>> ow.write_bit(1)

cp3 0 0rc0_write_bit

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions