char aChar = '0' + i;
Hi everyone, I am storing an ADC value as an unisgned int but I want to convert it to an ASCII character. How is this possible in C? My int value ranges from 0-1023. I tried doing
|
|
However, it does not display 1023, rather it displays '/'.