IIOT Platform Raspberry Pi Library
1. Install IIOT Platform library under access the library.
2. Include the library by the following code:
from IOTPlatform_functions import IOTPlatform
Note: the python file IOTPlatform_functions.py should be in the same working directory.
3. Initialize the IOTPlatform object using the following code:
Object = IOTPlatform()
Now to use the inbuilt library function anywhere inside the code, you need to access it by
Object.function_name()