You need to revise the way you draw conclusions... Your experiments are misleading you... The code is the ultimate documentation...
size_t Print::println(void)
{
return write("\r\n");
}
You need to revise the way you draw conclusions... Your experiments are misleading you... The code is the ultimate documentation...
size_t Print::println(void)
{
return write("\r\n");
}