void setup() { // Stuff in here gets run once when the program starts. } void loop() { // Stuff in here gets run over and over and over again // (until you turn the power off). }