Also so müsste es dann aussehen
Code:#include "asuro.h" int main (void) { Init(); MotorDir(FWD,FWD); MotorSpeed(140,140); while(1){ if (PollSwitch()!=0) { MotorDir(RWD,RWD); MotorSpeed(140,140); } } return 0; }
Also so müsste es dann aussehen
Code:#include "asuro.h" int main (void) { Init(); MotorDir(FWD,FWD); MotorSpeed(140,140); while(1){ if (PollSwitch()!=0) { MotorDir(RWD,RWD); MotorSpeed(140,140); } } return 0; }
Geändert von AsuroPhilip (24.07.2011 um 13:45 Uhr)
Lesezeichen