OK
kann ich da auch statt char langC[5]
cahr langB[5] nehmen
Und ist der [5] weil es 5 Byte sind oder
Also wenn ich statt LANG X ausgeben will muss ich char xB[2] schreiben oder
Habe es jetzt so weit aber noch nicht ganz fertig
[/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;
}
}Code:LG
Lesezeichen