Code:
#include "asuro.h"
int main(void) {
Init ();
 StatusLED (GREEN);
 MotorDir (FWD,FWD);
 MotorSpeed (255,255);
while(1);
return 0;
}
So wie Damaltor gesagt hat...