Currently practising the Chapter5:ADC12 on CCS.
In this lab I am trying to edit the code to display the temperature in degree Celsius and Fahrenheit in my Kentec touch screen display.
Lets say I set unsigned int tempC = ui32TempValueC;
I used the command "GrStringDraw" to display the numbers but got this error :
#169 argument of type "unsigned int" is incompatible with parameter of type "const char *"