float to char buffer in c using SPRINTF not work.
I want to display floating point number on 8digit 7segment display MAX7219 so i want to convert float value in to char buffer using sprintf() but it not gives exact outputTrue Studio STM32F103void display_charDigit(float Value){ char buffer[8]; sp...