bbcmicrobit / micropython

Port of MicroPython for the BBC micro:bit
https://microbit-micropython.readthedocs.io
Other
595 stars 287 forks source link

Allow music pin to be `None` #766

Closed dpgeorge closed 1 year ago

dpgeorge commented 1 year ago

This is to address #713.

It required a refactor of the music code to more closely align with the v2 implementation.

The following functions now accept None for the pin argument:

dpgeorge commented 1 year ago

This increases the firmware size by 32 bytes, which is OK.