News

void loop() is a function that runs again and again in a cycle. Here we are just sending a HIGH signal to the pin9 of the Arduino board. void loop() { digitalWrite(buzzPin,HIGH); // Sending a HIGH ...