int peek();
returns the next byte of incoming serial data without removing it from the internal serial buffer
the first byte of incoming serial data available, -1 if no data is available
UARTClass.h
UARTClass Class