Hi All, Has anyone noticed that if you slightly modify Julian Skidmore's LIB_HB.C code that one can get 256 motor power levels rather than 100? I took the following code in LIB_HB.C: void motor(int m, int speed) { if (speed>100) speed=100; if (...) (27 years ago, 6-May-98, to lugnet.robotics.handyboard)
|