const byte buzzer = 13; //Buzzer 13 numaralı pine bağlı. void setup() {  pinMode(buzzer, OUTPUT);  Serial.begin(9600); […]
Dersler