Nein, Init(); habe ich nicht vergessen.
Hier mein Programm:
#include “asuro.h”
int main(void) {
Init();
StatusLED(YELLOW);
while(1);
return 0;
}