Other Parts Discussed in Thread: CC1350, TMP116
Tool/software: Code Composer Studio
Dear experts,
i am working with cc1350 launch pad and i2c example, i was declare floating variable and i want print just 2 decimal points but that prints 4 decimal points i can't limit the decimal points so can you help me to find the solution for my problem.
Display_printf(display, 0, 0, "Temp:%.2fC",temperature);
thank you