Busy with my bikecomputer project, when I made a first test of the new version with seperated classes it gave a ide error 42. I know i should add try/catch but where?
The only method that starts automatically is the main() method
in the main program (that is the class you download to the javelin).
So you must start your run() method from that main().
Comments
Display declares a new Processor, which declares a new Sensor, which declares a new Processor.
That is not right.
regards peter
How do i start my public void run()? Doesn't it start automatically?
Johnny
in the main program (that is the class you download to the javelin).
So you must start your run() method from that main().
regards peter
Johnny