Skip to content

Support alternate I2C bus #30

@johntdyer

Description

@johntdyer

Script should support alternate i2c bus , pretty simply addition

requires

pip3 install adafruit-extended-bus

and then small change to config

from adafruit_extended_bus import ExtendedI2C
i2c = ExtendedI2C(4)  # Access I2C bus 4

However I am not sure how best to plug this into your installer so I figured best to start w/ issue

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