Skip to content

Possible change to blinka, need to specify scl/sda now. #1

@Docteh

Description

@Docteh
Traceback (most recent call last):
  File "test.py", line 9, in <module>
    i2c = busio.I2C(frequency=400000)
TypeError: __init__() missing 2 required positional arguments: 'scl' and 'sda'

So I needed to add the following to the usage example

import board
i2c = busio.I2C(board.SCL, board.SDA, frequency=400000)

More of a hardware problem, but any idea on if the DS2482-800 supports parasitic power? All my reads are 85c I think my next step there is to pick up a DS2482-100

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions