adafruit / Wippersnapper_Protobuf

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

Add I2C Device De-initialization Request/Response #60

Closed brentru closed 3 years ago

brentru commented 3 years ago

I2C devices may expose one or more sensors. This pull request adds a new I2C wrapper message I2CDeviceDeInitRequest comprising of the i2c port # and de-initialization requests for specific i2c devices. This message request will be decoded by the main application and passed to the I2C component for exec.

brentru commented 3 years ago

cc @lorennorman for when you get back 👀