electricui / electricui-interval-sender

Helper library to manage auto-sending of eUI tracked variables to the UI at developer-specified intervals.

Home Page:https://electricui.com/docs/hardware/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electric UI Interval Sender Library

Utility library to assist sending Electric UI messages to a user interface at a developer defined interval. Reduce communications overhead for minimal increase in flash/ram usage.

Getting Started

The library assumes you have downloaded, installed and successfully used electricui-embedded.

For Arduino users, clone or download this library into your library folder. Typically "~/Arduino/libraries/" or similar.

For other microcontrollers, import the sources like any other C library. This library is setup the same way as the electricui-embedded.

Reference the examples for basic usage and more complex UI-negotiated control.

For for more detail, browse the docs.

About

Helper library to manage auto-sending of eUI tracked variables to the UI at developer-specified intervals.

https://electricui.com/docs/hardware/

License:MIT License


Languages

Language:C 93.6%Language:Shell 5.1%Language:CMake 1.3%