I really love spybot speed motor control ! A little NQC test program : task main() { int x; SetLED(LED_MODE_BLINK, 0); OnFwd (OUT_A+OUT_B); //Progressive acceleration for (x=0; x<8; x++) { SetPower (OUT_A+OUT_B,x); SetLED(LED_MODE_ON, x); Wait(100); (...) (22 years ago, 3-Aug-02, to lugnet.robotics.spybotics)
|