Defining built-ins: LED_BUILTIN
Most Arduino boards have a pin connected to an on-board LED in series with a resistor. The constant LED_BUILTIN
is the number of the pin to which the on-board LED is connected. Most boards have this LED connected to digital pin 13.