674 B
674 B
Rest
Rest (play no sound) through pin PO
for the amount of time you say.
Simulator
This function only works on the micro:bit and in some browsers.
music.rest(400)
Parameters
- a number saying how many milliseconds the micro:bit should rest. One second is 1000 milliseconds.
Example
let frequency = music.noteFrequency(Note.C)
music.playTone(frequency, 1000)
music.rest(1000)