adafruit / Wippersnapper_Protobuf

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

Add detach option to I2CDeviceInitRequest #62

Closed brentru closed 3 years ago

brentru commented 3 years ago

Instead of checking the parameters inside each device-specific deinit request, allow an I2C_Component to remove the I2C device driver from a vector and free its resources.

brentru commented 3 years ago

cc @lorennorman when you get back