Arduino library

OTAdrive Arduino library provides all features of our service with user friendly interface. The library exists on both Arduino repository and PlatformIO registry.

Installation

Install on PlatformIO

To install the library on PlatformIO project you find the project in PIO library manager and add it to your project.

PlatformIO add library OTAdrive

Or you can simply add following line in lib_deps section of the platfomrio.io file:

lib_deps =
   otadrive/OTAdrive

Install on Arduino IDE

You could find OTAdrive library on library manager and add it to your project.

Arduino IDE add library OTAdrive