Arduino Empty Program Activity Enter the following “empty” program into the Arduino editor. Learn how to upload the program into your Arduino. void setup() { } void loop() { } Save as “Empty Program”. (image from the Sparkfun manual – used with permission)