Print floating point values

Since printf does not support the %f flag, is there another way I can debug my code that uses float values?

You can break the floating point number into the whole and fractional parts. Then assign these 2 parts to separate integers and print these 2 integers out.


Ricky Torrance
Electrical Engineer
VexLABS