March 23, 2008

Processing and Arduino

Arduino Processing Interface Library
Sweet find, for using Arduino from within Processing. Rather than just relying on the Serial Events to get data in, using this library you can directly call analogRead, digitalWrite, and lots of others.
Which makes me wonder, would it be possible to just completely merge Processing and Arduino together?