Tool/software: TI C/C++ Compiler
Hi,
I have a bunch of sensors attached to the A/D inputs of the MSP430. After converting the data into floating point variables, I need to convert the value into a string for the grlib DrawString functions. My question is should I write my own routines to do this, or are there some built in functions such as PRINTF that I can use parts of to accomplish this?
Thanks,