jfjlaros / simpleRPC

Simple RPC implementation for Arduino.
MIT License
50 stars 17 forks source link

Refactor #14

Closed chrisflesher closed 3 years ago

chrisflesher commented 3 years ago

Pull Request Details

This simplifies the interface function call by allowing any Stream object to be used in the interface function call.

It also changes the supported library architecture from AVR to all to prevent architecture warnings from showing up in the library manager and compiler. This library was tested successfully on both AVR and SAMD architectures.

chrisflesher commented 3 years ago

I tested your changes with demo.ini and wifi101.ini and all functionality seems to work properly.