I'm trying to figure out how to use johnny-five
with raspberry-pi
board.
Since the library that they recommend on johnny-five
http://johnny-five.io/examples/raspi-io/ which is raspi-io
is no longer up-to-date for the current version of node.
When I tried to install raspi-io
, it gave me the unresolved dependencies as well as Error: Cannot find module 'raspi-io'
I'm kind of stuck and don't know how to deal with this since I'm working on a project that include light toggling.
Thank you so much for any help.