What i want to do is graph the temperature that is estimated by a circuit connected to my arduino and which ends up in an 8bit value(the temperature comming out of an adc0804).So i have 8 inputs on 8digital pins on the arduino and have to make an equation according to my external circuit and send the final value to processing in order to graph nicelly with gwoptics library.The value will always be a float(maybe i'll have to make it an int to work!!)
Is there any other documentation about the gwoptics library apart from what there is on the site?I need info about implementing the ILine2DEquation.Probably that is my most serious problem.The rolling graph in processing examples graphs either the xmouse or the ymouse coordinate on the y axis..i need to send the temperature to the yaxis