Description
This is Issue 1072 moved from a Google Code project.
Added by 2012-10-16T15:47:27.000Z by jaguar3s...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Original labels: Type-Defect, Priority-Medium
Original description
This sentence needs a link for clatification:
"You can pass flash-memory based strings to Serial.print() by wrapping them with F(). For example :
Serial.print(F(“Hello World”))
Please provide a link to
http://www.arduino.cc/playground/Learning/Memory#ffunction
(Most likely this should be Serial.println)
Please revise:
"HEX (hexadecimal, or base 16)."
to read
"HEX (hexadecimal, or base 16) 1 to 4 digits.
Please revise:
"To send a single byte, use Serial.write(). "
to read
"To send a single byte, without conversion, use Serial.write(). "
EDIT 2018-06-04:
The page in question: https://www.arduino.cc/reference/en/language/functions/communication/serial/print/