Hallo,
in der neuen Asuro- Lib ist es so gelöst:
also ein char-Array, nicht nur ein char.Code:void PrintInt(int wert) { char text[16]=" "; itoa(wert,text,10); SerWrite(text,strlen(text)); }
zur Lib:
http://sourceforge.net/projects/asuro
Hallo,
in der neuen Asuro- Lib ist es so gelöst:
also ein char-Array, nicht nur ein char.Code:void PrintInt(int wert) { char text[16]=" "; itoa(wert,text,10); SerWrite(text,strlen(text)); }
zur Lib:
http://sourceforge.net/projects/asuro
Lesezeichen