| | Re: Arrays and proximity Steve Hassenplug
| | | (...) You CAN program it, or use the state machine structure provided by LEGO (...) You also can use NQC, but I don't know the extent of what's available on the Spybot. There are differences between the RCX and the Spybot. (...) Yes, perfect. But it (...) (20 years ago, 27-Jan-05, to lugnet.robotics.spybotics)
| | | | | | | | Re: Arrays and proximity Kim Øyhus
| | | | | (...) If I MUST program a state machine, I could program it to be a small array. Something like this: if(i==0) r=array0; if(i==1) r=array1; if(i==2) r=array2; etc... Self modifying code would be more elegant, but can that be done? If it can be done, (...) (20 years ago, 27-Jan-05, to lugnet.robotics.spybotics)
| | | | | | |