electron-johnny-five-examples
electron-johnny-five-examples copied to clipboard
Example electron apps using johnny-five to control hardware
i'm trying to work with arduino uno on the first project ( led ) , but the status is never changed ! , the button is still disabled and i...
May I ask what does this part of code do: https://github.com/sofroniewn/electron-johnny-five-examples/blob/master/2-switch/app/index.js#L5-L15 ``` var Readable = require('stream').Readable var util = require('util') util.inherits(MyStream, Readable) function MyStream(opt) { Readable.call(this, opt) } MyStream.prototype._read =...
Hi, I try to follow the installation and when running electron rebuild it said: > An unhandled error occurred inside electron-rebuild Unable to find parent node_modules directory, specify it via...
Format all titles in README e.g. `#title` to `# title` so that it's rendered to header format on Github.
I'm stuck on an error in the Electron Console that's preventing the 1-led script from reaching the point of communicating with my Arduino board (a Mega 2560). I'm running: -...
You could change the last line in readme.md in tut no. 9 to the readme.md at tutorial 10. The one that reads "Congrats! You've gone through all the examples -...