Custom C++ based Arduino library provides a convenient and fast way for developing embedded systems projects.
{primary} It's highly recommended to avoid using Arduino IDE, instead, use
Atom
orVSCode
text-editor withPlatformIO
for a better development environment.
If you are using Atom/VSCode with Platform IO you have two ways
First way (recommended ✌️)
pio lib install zino
Second way
Create a new project then Download the library and extract the files into the lib
folder.
{warning} I did NOT test the library on the Arduino IDE, so please notify me if you get any warning/error!
sketch
> include Library
> add .Zip library then add the zino-master.zip
This library is licensed under the MIT License - see the LICENSE.md file for details.