UNPKG

j5e

Version:

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

7 lines (5 loc) 89 B
import LED from "j5e/led"; const led = await new LED(12, { pwm: true }); led.pulse();