Long to float with more decimal points

To print on LCD, use this way:
format: lcd.print (variable, decimal places);
lcd.print (xxxx, 6);
The LCD shows the value in xxxxx followed by 6 decimal places.

RV mineirin