We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Wiring library. (Read 1890 times)
Wiring library.
May 22nd, 2005, 4:03pm
 
I wrote Wiring firmware and a Processing library to allow the use of the core Wiring API from within Processing.  That is, you download a single program to the Wiring board, and then you can work with LEDs, DC motors, buttons, light sensors, etc. without having to write any Wiring code.

Download and instructions at: http://dam.mellis.org/w4p/

Currently supported are pinMode(), digitalRead(), digitalWrite(), analogRead(), and analogWrite().  If there are other functions you'd like to be able to use, let me know.  They should be easy to add.

Also (if I'm allowed to say this in the Processing forum Smiley ), it should be relatively easy to use the Wiring firmware with Flash (via a serial broker).  If anyone's interested in that, I'll see what I can do.
Re: Wiring library.
Reply #1 - May 24th, 2005, 9:07pm
 
David,

This seems like an important component to the Processing / Wiring world. Thanks for sharing. When we get some Wiring boards here at UCLA, I'll certainly check it out.

Some people might want more context to understand your post:
http://wiring.org.co/
Page Index Toggle Pages: 1