This document provides an overview of digital I/O with Arduino. It discusses digital signals having two possible values like 0V or 5V. Digital inputs can detect if something is true or false like a door being open. Digital inputs have two states: off and on. Sources of digital input include push buttons and switches. Digital outputs can turn things on or off like controlling an LED. Examples of digital outputs are LEDs, buzzers, and LED matrices. The Arduino digital I/O pins and functions like pinMode(), digitalWrite(), and digitalRead() are also covered. Projects demonstrated include a blinking LED, traffic light, and blinking LED controlled by a switch.