Ok ive been at it for a day & im stuck again.
Im trying to take 3 int values convert them to char & then combine the 3 chars into one value.
I would have used string but i don't think you can use it in AVR chips.
int Hours = 1; int Minutes = 2; int Seconds = 3; //now convert 3 int to char //now store in one variable char TotalTime //Stored as 1:2:3
Can anyone supply the code to this?
Thanks
Warren