Closed microbit-carlos closed 3 years ago
Should be fixed by a76e1413bcd66f128a31d98756fc3d1f336d1580
Thanks @dpgeorge This works as expected with the hex from https://github.com/microbit-foundation/micropython-microbit-v2/actions/runs/404776108
from microbit import *
import music
while True:
music.pitch(440)
sleep(1000)
music.play(music.BLUES, wait=False)
sleep(1000)
Reported by @martinwork in https://github.com/microbit-foundation/micropython-microbit-v2/issues/15#issuecomment-732080446: