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(). "
Original issue reported on code.google.com by jaguar3s...@gmail.com on 16 Oct 2012 at 3:47
Original issue reported on code.google.com by
jaguar3s...@gmail.com
on 16 Oct 2012 at 3:47