Skip to content

Error 'WriteableBuffer' is not defined when using I2C device #77

Closed
@bzuu-ic

Description

@bzuu-ic

After updating to version 5.1.3 of this library I am getting the error:

  File "<snip>/adafruit_bus_device/i2c_device.py", line 65, in I2CDevice
    self, buf: WriteableBuffer, *, start: int = 0, end: Optional[int] = None
NameError: name 'WriteableBuffer' is not defined

When looking at the i2c_device.py file I noticed the latest build for that file has failed as well with the same error, see:

https://github.com/adafruit/Adafruit_CircuitPython_BusDevice/runs/5070616660?check_suite_focus=true

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions