Skip to content

Commit b6c86d9

Browse files
author
Kevin J Walters
committed
Removing execution of pitch(0) which was using pin0 and putting it in music mode - a retest shows the micro:bit does not do this on import music.
1 parent 32c4c87 commit b6c86d9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

music.py

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### music.py v0.12
1+
### music.py v0.13
22
### A partial emulation of MicroPython micro:bit music library
33

44
### Tested with an Adafruit CLUE and CircuitPython and 5.3.1
@@ -225,8 +225,3 @@ def reset():
225225

226226
def update():
227227
pass
228-
229-
230-
### This will put pin0 into music mode which is what the micro:bit library
231-
### does, perhaps to reserve pin0 for this use
232-
pitch(0)

0 commit comments

Comments
 (0)