Skip to content

Commit 1b3a366

Browse files
committed
add music_esp32's stop.
1 parent 3898e89 commit 1b3a366

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

14.music/music_esp32.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ def unit_test():
225225
play = __music__.play
226226
pitch = __music__.pitch
227227
set_tempo = __music__.set_tempo
228+
stop = __music__.stop
228229

229230
if __name__ == '__main__':
230231
unit_test()

0 commit comments

Comments
 (0)