8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Using the default example I switch the .blink action to .on and it doesn't work
board.withLED({pin: 12}, function(err, LED) { if (err) { return console.log(err); } LED.on(); LED.on('on', function(e) { console.log('LED is on!'); }); });
Using the default example I switch the .blink action to .on and it doesn't work
board.withLED({pin: 12}, function(err, LED) { if (err) { return console.log(err); } LED.on(); LED.on('on', function(e) { console.log('LED is on!'); }); });