UNPKG
boost-movehub
Version:
latest (0.1.0)
0.1.0
Connects with your Lego Boost Movehub vie Bluetooth Low Energy (BLE).
boost-movehub
/
src
/
peripherals
/
UnknownPeripheral.js
7 lines
(5 loc)
•
193 B
JavaScript
View Raw
1
2
3
4
5
6
7
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
{};