Now that digital pin 13 is set to output, we can use digitalWrite to turn the LED light on and off. Take a look at the picture below. On the left, digitalWrite(13, HIGH) makes the Arduino's microcontroller connect digital pin 13 to 5 V, which turns on the LED.