UNPKG

bot-io

Version:

ADC, GPIO, PWM, UARTs, and more on the BeagleBone Black.

8 lines (5 loc) 118 B
var bot = require('../'), led = new bot.Led(bot.pins.p9_26); led.on('ready', function () { led.heartbeat(); });