??? 09/29/09 07:28 Read: times |
#169245 - Re: Are you listening to anything that's been said here? Responding to: ???'s previous message |
Thanks Andy. I have trouble of using get_char function:
e.g. unsigned char c; c = get_char(); I can get the character but in some how the ADC read function just stop working and it only works if I either comment "c = get_char(); or get character in the way I showed in the previous post. Yes, using case is far better efficient and organise. |