arduino void setup() // This code is executed once for the initial setup { pinMode(LED1, OUTPUT); // Set our LED as an output, so it can be controlled }