|
Re: Robot not taking input
Mark suggested looking for errors in netconsole (which also is printed in the output window in netbeans. Have you done that?
I suspect you'll find that the code is crashing due to allocating digital input 1 twice. Once in the compressor object and once in the topMicro object. Your old code did not use any digital input objects.
|