Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[arduino source code for KC868-Uair-2] let Buzzer beep
#1
void setup() {
  pinMode(26,OUTPUT);
}

void loop() {
  digitalWrite(26,HIGH);
  delay(3000);
  digitalWrite(26,LOW);
  delay(2000);
}


download arduino IDE source code file: 

.zip   beep.zip (Size: 247 bytes / Downloads: 315)
Reply


Messages In This Thread
[arduino source code for KC868-Uair-2] let Buzzer beep - by admin - 12-30-2021, 01:06 AM

Forum Jump:


Users browsing this thread:
1 Guest(s)