You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BocaJS's Sample for for an standard Arduino that ISN'T connected through Wifi or a ESP8266
*/
var five = require("johnny-five"); // Magic
var board = new five.Board({ port: "COM7" }); // COM7 was my port as found in the "Device Manager", and it couldn't find it automatically because I had OTHER devices.