Skip to main content

Getting Started

Device controller is the main class of the core package, this class is what every other class is extended from.

This means each method in this class can be used by Puck, Pixl, Bangle and Custom devices.

To get started you can import the package as shown below

import DeviceController from "@espruino-tools/core";