Skip to content

Simple RPC interface for Arduino version 1.0.3

Compare
Choose a tag to compare
@jfjlaros jfjlaros released this 17 Feb 12:28
· 330 commits to master since this release

In this release:

  • Added quick start guide.
  • Extensive unit testing using the serial fixture library.
  • Support for boolean type.
  • Support for exporting class member functions.
  • More flexibility for opening and closing devices in the host library (added open() and close() functions).
  • Reduced memory footprint by allowing the F() macro (PROGMEM) in the interface() function.