const int BuzzerPin_Int = 23;

int Delay_Int = 50;

void setup() {

  Func_Setup();

}

void loop() {

  Func_BuzzerBeep();
  delay(250);

}