Printing to the console / serial monitor

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

Read More