arizzitano / petbot

Remote controlled telepresence robot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace Duino with Johnny-Five

rwaldron opened this issue · comments

The Duino library is no longer maintained, while Johnny-Five is a thriving and growing project that uses a standard IO protocol that's native to the Arduino (Firmata). In most cases, Johnny-Five is nearly a drop in replacement for Duino and I'd be happy to help the process and contribute in anyway that I can.

https://github.com/rwldrn/johnny-five

@rwaldron, would you be willing to submit a PR? It may be useful to @arizzitano et al. to have something to compare performance, implementation, etc., against.

@jorydotcom @arizzitano of course! I can work on it this weekend :)