Skip to main content

IIOT Platform ESP32 Library

1. Include the library by the following code:

#include "IIOTPlatform.h"

note

include IIOT Platform library zip file in Arduino IDE.

2. Initialize the IOTPlatform object using the following code:

IIOT obj;

Now to use the inbuilt library function anywhere inside the code, you need to access it by

Object.function_name()