How can print float valves and also square and square root functions.is there any library to get those functions to work.
Use sprintf() to convert float to char string and then UART, USB/UART to
terminal. Attached formatting string info for use in sprintf().
Extended math libraries - http://www.cypress.com/knowledge-base-article/using-math-functions-psoc-creator-psoc-4-or-psoc-5lp-g...
http://www.keil.com/pack/doc/CMSIS/DSP/html/index.html
Regards, Dana.