https://www.arduino.cc/en/Reference/LiquidCrystalPrint missing print(float,digits) #5588
Labels
Component: Documentation
Related to Arduino's documentation content
Library: LiquidCrystal
The LiquidCrystal Arduino library
Type: Bug
The https://www.arduino.cc/en/Reference/LiquidCrystalPrint site shows only some of the print() options, but misses the
lcd.print(float,digits)
form.If the system uses common code and shares syntax with https://www.arduino.cc/reference/en/language/functions/communication/serial/print/ maybe it should "See Also" towards some shared documentation.
The text was updated successfully, but these errors were encountered: