ja ist klar danke
Was ist hier noch falsch ?
Code:#include "asuro.h" #include "stdlib.h" int main(void) { unsigned int LANG; char langC[5]; int t,x,LANG; Init(); StatusLED (GREEN); FrontLED (ON); while (1) { itoa (LANG, LangC, 10); SerWrite (LangC, 4); SerWrite (" LANG\n\r", 7); for (t=0; t< 100; t++) { Sleep (72); } x++; if (x > 1000) LANG++; if (x > 1000) x=0; if (LANG > 1000) LANG = 0; }
Lesezeichen