int sayi;
void setup() {
Serial.begin(9600);
// put your setup code here, to run once:
}
void loop() {
sayi=random(1,10);
Serial.println(sayi);
delay(200));
// put your main code here, to run repeatedly:
}
int sayi;
void setup() {
Serial.begin(9600);
// put your setup code here, to run once:
}
void loop() {
sayi=random(1,10);
Serial.println(sayi);
delay(200));
// put your main code here, to run repeatedly:
}