𝓩ino ♥️

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 or VSCode text-editor with PlatformIO for a better development environment.

Using Atom/VSCode

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.

Using Arduino IDE

{warning} I did NOT test the library on the Arduino IDE, so please notify me if you get any warning/error!

  1. Download the library
  2. navigate to Arduino IDE > click on sketch > include Library > add .Zip library then add the zino-master.zip

Supported Boards

  • UNO

License

This library is licensed under the MIT License - see the LICENSE.md file for details.