Specially designed C++ libraries for IoTaaP embedded standard modules and extensions
Define which library or feature you want to use.
Join the community and create new library functionality.
Build your concept in minutes with only few lines of code.
Access all module features using only a few lines of code, and focus on your project.
The object-oriented library gives you the possibility to port your code to the multiple hardware.
We have encapsulated various 3rd party libraries to minimize configuration.
Our libraries are supported by code completion tool that is built into Microsoft Visual Studio.
Our module libraries are object-oriented C++ libraries made to be used with IoTaaP extension modules, development hardware, and PlatformIO ecosystem. Core Library encapsulates some of the most popular libraries on the Open-source market in order to minimize code length.
unsigned int data0, data1;
iotaap_light.getData(data0, data1)
iotaap_light.getLux(gain, ms, data0, data1, lux);
iotaap.serial.printLn("lux: ");
iotaap.serial.printLn(String(lux));