|
<< Click to Display Table of Contents >> Navigation: Serial > println() > Parameters |
Parameters
val: the value to print - any data type
format: specifies the number base (for integral data types) or number of decimal places (for floating point types)
Returns
size_t (long): println() returns the number of bytes written, though reading that number is optional
Example: