avr-chat
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-chat] int to char *array[ ].


From: markus järve
Subject: [avr-chat] int to char *array[ ].
Date: Sun, 4 Oct 2009 14:41:59 +0300

Hello.

I am having problem due to my limited knowledge of C.

I have function readADC wich wil return value in integrer.
Sadly the function LcdStr (wich is from Fandi Gunawan library for nokia 3310 lcd) accepts only char array pointers.

So, i need to make int 123 into char *array[3] = 1, 2, 3

I have been stuck on it for a day and have ran out of ideas. Maybe someone could point me to the right direction or help me figure it out.

Cmc

reply via email to

[Prev in Thread] Current Thread [Next in Thread]