Arduino (processing) Library in Netbeans and control

Posted by Casper Marcussen on Stack Overflow See other posts from Stack Overflow or by Casper Marcussen
Published on 2010-04-25T20:13:55Z Indexed on 2010/04/26 0:43 UTC
Read the original article Hit count: 305

Filed under:
|
|

Hello everyone

I am trying to control 4 LEDs and getting analog input from 4 contacts. The program is written in java, so to gain acces to the functions of arduino, such as AnalogRead() and setting an LED to high or low, would importing the processing library let the program use those functions?

I was also wondering, if the program, will be transferred to the arduino it self, or the java program will just pull the data from the pins?

© Stack Overflow or respective owner

Related posts about arduino

Related posts about java