error

void loop()

;Pin = 13
{
pinMode(13, OUTPUT);
digitalWrite(pin, HIGH);
delay(221000);
digitalWrite(pin, LOW);
}

i have a problem with my ''code''

error: 'Pin' does not name a type

;Pin = 13

^

exit status 1
'Pin' does not name a type

im new to arduino so if u could show me a tutorial or tell me what im doing wrong that could be great

:slight_smile:

Look at the sketch in the EXAMPLES on the IDE.

Pay attention the the BLINK one.

Especially "case"