I want to Serial.print() a float number to a 16X2 LCD. I understand that you cannot Serial.print() a float. I suppose I can multiply my float by 1000 but my decimal point wont show up on the LCD. i.e. 1.500 versus 1500
Any suggestions ???????
Does anyone have any code suggestion to Serial.print(float, DEC) which will print the numbers before the decimal point and then somehow Serial.print(".") and then somehow parse the numbers after the decimal point and print those.
Any help would be welcomed and appreciated.