nanopb-arduino
nanopb-arduino copied to clipboard
Arduino stream wrappers for nanopb
Hi, Currently, the [library page](https://registry.platformio.org/libraries/eric-wieser/nanopb-arduino) in the PlatformIO Registry doesn't contain any quick start projects for developers. Such examples serve both to highlight widespread use cases and to help newcomers...
Thank you for this library! If found a small bug (at least for newer versions of nanopb) that is easily solvable. `stream->bytes_left` should be set to 0 if the stream...
Needs this in it: ``` name=nanopb-arduino version=2017.1.2 author=Eric Wieser maintainer= sentence=Simple layer to convert arduino Streams into nanopb pb_streams paragraph= category=Uncategorized url=https://github.com/eric-wieser/nanopb-arduino architectures=avr ```
Hi, Currently, the [library page](https://registry.platformio.org/libraries/eric-wieser/nanopb-arduino) in the PlatformIO Registry doesn't contain any quick start projects for developers. Such examples serve both to highlight widespread use cases and to help newcomers...
Hello, I'm trying to build off of our example for use on a Teensy 3.5. Do you have an example sketch that uses these function to send a nanopb message...