![]() |
|
Uniot Core
|
| 0.8.1 |
Classes | |
| class | UniotCore |
| Main API class for the Uniot IoT platform. More... | |
Variables | |
| UniotCore | Uniot |
| Global Uniot platform instance. | |
This file provides the primary interface for the Uniot IoT platform, offering a simplified API for developing embedded applications. The UniotCore class abstracts the complexity of the underlying subsystems and provides intuitive methods for common IoT operations.
Key features:
The API is designed to be familiar to web developers while providing the performance and reliability required for embedded systems. It follows patterns similar to Node.js for timer management and event handling.
Example usage:
|
extern |
Global Uniot platform instance.
Global instance providing immediate access to Uniot platform functionality. This singleton-style instance eliminates the need for complex initialization and provides a familiar API for Arduino developers.