A fork of Nanopb from with Arduino helper funtions. Based on git version (0.2.1). All credits go to Petteri Aimonen (http://koti.kapsi.fi/~jpa/nanopb/).
This project only adds these functions to Nanopb:
- void pb_istream_from_stream(Stream &stream, pb_istream_t &istream) Fills a pb_istream_t structure that uses stream as input stream.
- void pb_ostream_from_stream(Print &stream, pb_ostream_t &ostream) Fills a pb_ostream_t structure that uses stream as output stream.
See README or visit Nanopb website for more documentation.