void loop()
{
  aci_loop();
  ControlBuzzer();
}
Пример #2
0
int CALLAPI TA_CRBeep(unsigned int BeepMSecond)
{
	ControlBuzzer();
	return ERR_OK;
}