Overdrivr / Telemetry-arduino

Arduino interface for Telemetry - a library for data visualization and communication with embedded devices

Repository from Github https://github.comOverdrivr/Telemetry-arduinoRepository from Github https://github.comOverdrivr/Telemetry-arduino

New simplified API

Overdrivr opened this issue · comments

Arduino API should use operator overloading, effectively reducing the API size to 2 function member signatures

Telemetry.publish(..);
Telemetry.subscribe(..);