Sorular

exit status 1 expected '}' at end of input Hatası veriyor

int LEDpos = 1 ; int leds[] = {1,2,3,4,5,6,7,8,9}; int ledStateA = LOW; int var=10; int status=0; int button=13; int lives =3; long previousMillis = 0; long interval = 500; void setup ()  {   for(int a=2;a<11;a++) { pinMode(a,…

Burak Arda Tekin
25 Kasım 2019 tarihinde soruldu