arizzitano / petbot

Remote controlled telepresence robot
32 stars 11 forks source link

Replace Duino with Johnny-Five #9

Open rwaldron opened 11 years ago

rwaldron commented 11 years ago

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

jorydotcom commented 11 years ago

@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.

rwaldron commented 11 years ago

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