API Reference
This section contains the full API reference for the two packages developers interact with when working with Blokdots exported code.
#JavaScript / Node.js — @blokdots/components
The Node.js package that runs in the Electron main process. It provides Board and all component classes for live interaction with Arduino boards.
Bash
npm install @blokdots/components#C++ / Arduino — @blokdots/arduino-cpp
The C++ framework included in every exported Arduino sketch. It provides the core event system, value types, and all component classes.
C++
#include "blokdots.h"