ne es sollte eigentlich stimmen:

Code:
#include "asuro.h"

int main()
{

    Init();
    
    //MIt oder ohne Encoder Init...

    StatusLED(RED);
    Turn(90, 200);

    StatusLED(GREEN);
    Go(30, 200);

    while(1){};
    return 0;
}