| | Does someone know why motors on RCX are not working with this code: #include<unistd.h> #include<conio.h> #include<dsensor.h> #include<dmotor.h> int main(int argc, char **argv){ ds_active(&SENSOR_1); while(1){ if(TOUCH_1){ dlcd_show(LCD_ARMS); (...) (17 years ago, 14-Jul-07, to lugnet.robotics)
|