const byte LED = 13; const byte buton = 2; boolean butonDurum; void […]
  const byte LED = 13; //13 numaralı pini LED değişkenine ata. const byte buton = […]
byte i, x; int sure = 100; void setup() {  for (i = 0; i < […]
Dersler