Цитата:
looptime (3000) beep (1000, 100);
Цитата:
looptime (3000)
{
beep (2000, 100);
}
{
beep (2000, 100);
}
Accepts the parameter in milliseconds.
When implementing a long cycle, it is recommended in the loop to pause a little sleep to unload the processor.
looptime is extended to the action of the operators break and continue