o codigo é
void setup() {
pinMode(2, OUTPUT);
digitalWrite(2,1);
delay(2000);
digitalWrite(2,LOW);
}
void loop() {
}
o erro n é no compilador mas quando eu vou comunicar com o arduino
O sketch usa 888 bytes (2%) de espaço de armazenamento para programas. O máximo são 32256 bytes.
Variáveis globais usam 9 bytes (0%) de memória dinâmica, deixando 2039 bytes para variáveis locais. O máximo são 2048 bytes.
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x30
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x20
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x30
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x20
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x30
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x20
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x30
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x20
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x30
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x20
Ocorreu um erro enquanto o sketch era carregado
fala que esta no porta 4 e é o arduino uno que tb esta setado. eu tenho suspeitas de que a porta esteja incorreta mais n tenho certeza. a porta 2 tem um fio. help