Skip to content

Simple RPC interface for Arduino version 3.0.0

Compare
Choose a tag to compare
@jfjlaros jfjlaros released this 29 Jun 19:03
· 118 commits to master since this release
3087501

In this release:

  • Support for const parameters.
  • Support for C strings (char* and char const* a.k.a. const char*).
  • Support for different types of I/O interfaces via plugins, e.g.,
    • Hardware serial.
    • Software serial (untested).
    • Wire (untested).
    • Ethernet (untested).
  • Support for using multiple interfaces at the same time.
  • Full API documentation.