Hallo flexxx ich habe ein Problem mit meinem PRO_BOT128 es zeigt bei ,mir immer diverse Fehlermeldungen. Hier ist das was ich programmiert habe

void main(void)
{

PRO_BOT128_INIT(); //PRO-BOT128 Setup


AbsDelay(1000); //wait 1Sec
BLL_ON(); //Back LED left "ON"
BLR_ON(); //Back LED right "ON"
ENC_LED_ON(); //Encoder IR-LEDs "ON"
DRIVE_ON(); //Motor "ON"

DRIVE(255,255); //forward
MOTOR_DIR(1,1); //Direction in
GO_TURN(+30,+90,255);
GO_TURN(+30,+90,255);

}EOF

Ich hoffe du kannst mir so rasch wie möglich helfen

- - - Aktualisiert - - -

Hallo flexxx ich habe ein Problem mit meinem PRO_BOT128 es zeigt bei ,mir immer diverse Fehlermeldungen. Hier ist das was ich programmiert habe

void main(void)
{

PRO_BOT128_INIT(); //PRO-BOT128 Setup


AbsDelay(1000); //wait 1Sec
BLL_ON(); //Back LED left "ON"
BLR_ON(); //Back LED right "ON"
ENC_LED_ON(); //Encoder IR-LEDs "ON"
DRIVE_ON(); //Motor "ON"

DRIVE(255,255); //forward
MOTOR_DIR(1,1); //Direction in
GO_TURN(+30,+90,255);
GO_TURN(+30,+90,255);

}EOF

Ich hoffe du kannst mir so rasch wie möglich helfen