Simple RPC interface for Arduino version 1.0.3
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()
andclose()
functions). - Reduced memory footprint by allowing the
F()
macro (PROGMEM) in theinterface()
function.