adafruit / Wippersnapper_Protobuf

Protocol buffer messages for Adafruit.io WipperSnapper Beta
MIT License
0 stars 2 forks source link

Update I2CBusInitRequest for use with Blinka #78

Closed brentru closed 1 year ago

brentru commented 2 years ago

Adafruit_Blinka does not use pin numbers to address the I2C bus, the pin's name strings are used. The existing I2CBusInitRequest message currently sends the SDA and SCL pins as int32 fields. As it stands, the I2CBusInitRequest needs to be modified to I2C message communication with Raspberry Pi.

Via discussion on https://github.com/adafruit/Wippersnapper_Boards/pull/27#issuecomment-964381103