adafruit / Wippersnapper_Protobuf

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

Adds UART Bus #129

Closed brentru closed 1 year ago

brentru commented 1 year ago

This pull request adds basic message commands for the upcoming uart feature.

Addresses https://github.com/adafruit/Wippersnapper_Protobuf/issues/128

brentru commented 1 year ago

Also updates workflow to remove the nodeJS 12 depreciation warning and adds a downloadable wippersnapper/ folder for insertion into WS_Arduino/src builds

brentru commented 1 year ago

@lorennorman It's not incomplete, it doesn't have GPS yet but should work for the PM UART sensors. GPS will be a new PR.

lorennorman commented 1 year ago

@brentru Ok, I see. Are you going to cover UARTDeviceEvent in the mermaid diagram?

brentru commented 1 year ago

@lorennorman Added to my list, will ping you when done

brentru commented 1 year ago

@lorennorman Covered UARTDeviceEvent message within the mermaid diagram, this PR is ready.