UNPKG

j5e

Version:

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

9 lines (6 loc) 159 B
import Relay from "j5e/relay"; import { timer } from "j5e/fn"; const relay = await new Relay(14); timer.setInterval(function() { relay.toggle(); }, 1000);