Example
UARTClass::bool Operator
void
setup() {
Serial
.
begin
(9600);
while
(!
Serial
) { ;
// wait for serial port to connect.
} }