Would you like to switch to the accessible version of this site?
Don't need the accessible version of this site?
void setup() pinMode(13, OUTPUT);
![Mental image: Uno with LED on D13] In Arduino IDE : arduino uno library for proteus
void loop() digitalWrite(13, HIGH); delay(1000); digitalWrite(13, LOW); delay(1000); void setup() pinMode(13, OUTPUT);