Yorumlar

TURGUT
2 yıl 7 ay önce

Kodlarınıza açıklama (comment) yapmak istediğiniz zaman kod satırının sonuna // ekleyerek yazmanız gerekir.
Satır başına açıklama yazılmaz.

İlk üç satırı değiştirin: stickman hook

1. analog sensör; const int Sensor1 = 0; ve 
2. analog sensör; const int Sensor2 = 1; ve 

led; const int LED = 12;

yerine:

const int Sensor1 = 0;    // 1. analog sensör
const int Sensor2 = 1;    // 2. analog sensör

const int LED = 12;        // led