Arduino (processing) Library in Netbeans and control
- by Casper Marcussen
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?