UNPKG

j5e

Version:

j5e is a device first robotics an IoT framework built to levarage the ECMA-419 specification

8 lines (5 loc) 158 B
import Sensor from "j5e/sensor"; const sensor = await new Sensor(17); sensor.on("change", function(data) { trace(`change: ${data} ${sensor.HIGH}\n`); });