ne ne ne !;
das hab ich auch schon probiert!!!
hier das ganze Programm:
#include "asuro.h"
int main(void) {
Init();
MotorDir(FWD,FWD);
MotorSpeed(120,120);
StatusLED(GREEN);
while (PollSwitch()==0){
SerWrite("Alles OK!\n",10);
}
MotorSpeed(0,0);
StatusLED(RED);
while(1){
SerWrite("Aua!\n",5);
}
}
MfG
Tom
PS: Aber danke für die Antwort![]()
Lesezeichen