Skip to content

amorellgarcia/arduino-nanopb

Repository files navigation

arduino-nanopb

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/).

Usage

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.

About

A fork of Nanopb from http://koti.kapsi.fi/~jpa/nanopb/ with an arduino library layout.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published