News

This library provides a simple way to export Arduino functions as remote procedure calls. The exported method definitions are communicated to the host, which is then able to generate an API interface.
There are three ways to specify a pin: By its pin number; By its AVR pin name, using the IO_* macros that this library provides. For example, IO_D3 refers to pin PD3. By alternative names defined in ...