UNPKG

boost-movehub

Version:

Connects with your Lego Boost Movehub vie Bluetooth Low Energy (BLE).

7 lines (5 loc) 193 B
const Peripheral = require("./Peripheral"); /** * This class represents a peripheral we don't know what we can do with it. */ module.exports = class UnknownPeripheral extends Peripheral {};