Rest

Rest (play no sound) through pin PO for the amount of time you say.

Simulator

This function only works on the Calliope mini and in some browsers.

music.rest(400)

Parameters

Example

let frequency = music.noteFrequency(Note.C)
music.playTone(frequency, 1000)
music.rest(1000)

See also

play tone, ring tone , tempo, set tempo, change tempo by

Edit this page on GitHub