Printing to the console / serial monitor

Use the UART – see here.  Menu > Tools > Serial Monitor sop see its output Enable the serial port Strings Print const string Note the “F( )” avoids the compiler storing the string in RAM (dynamic) memory by default Print array as char string Printing Multiple Strings Print A Character Specific variable types Integer […]

Read More