What does serial begin 9600 mean?
begin(9600)'. This starts serial communication, so that the Arduino can send
out commands through the USB connection. The value 9600 is called the
'baud rate' of the connection. This is how fast the data is to be sent.