Closed
Description
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)
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)
Metadata
Metadata
Assignees
Labels
No labels