ezieragabriel / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

Reference: Libraries: Serial: Print needs link to flash-memory and additional clarifications #1072

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Actually
HEX (hexadecimal, or base 16) 1 to 8 digits

Original comment by jaguar3s...@gmail.com on 16 Oct 2012 at 6:24