Skip to content
Igor Usenko edited this page Jun 5, 2022 · 3 revisions

Just a countdown timer. It makes several beeps after time passed.

Timer API

  • timerCreate(soundApi) - creates a timer
  • timerStart(timer, duration, tickCount) - start the timer countdown
  • timerStop(timer) - stop the timer
Clone this wiki locally