adafruit / Wippersnapper_Protobuf

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

Generate CPython wrappers for Protobufs, too #139

Closed brentru closed 4 months ago

brentru commented 4 months ago

Required for https://github.com/adafruit/Wippersnapper_Protobuf/pull/133, this issue seeks to add automatic generation for CPython/Python wrappers for the Protocol Buffers defined in this repo. Like Arduino, this workflow should issue a pull request against the WipperSnapper repository for the CPython application.

brentru commented 4 months ago

Addressed by commit to PR: https://github.com/adafruit/Wippersnapper_Protobuf/pull/133/commits/89e4e3afd64cd839e0b3b1763428baec7d1a64cd

Closing...