ardunio how to make a led blink code example Example: blink led arduino void setup() { pinMode(ledPin, OUTPUT); }