adafruit / Adafruit_CircuitPython_RTTTL

Play RTTTL tunes in CircuitPython
MIT License
4 stars 12 forks source link

fix typing for play() function args #27

Closed FoamyGuy closed 2 years ago

FoamyGuy commented 2 years ago

resolves: #26

The syntax on the typing for one of the arguments was a little different than the others. This PR changes it to match the others and that appears to get everything back to working order.

Tested successfully on Wio Terminal:

Adafruit CircuitPython 7.1.0-beta.1 on 2021-11-30; Seeeduino Wio Terminal with samd51p19
Board ID:seeeduino_wio_terminal
FoamyGuy commented 2 years ago

Thanks for looking it over @KeithTheEE!

I'm going to go ahead and merge now to get the library back into a working state. I tested on hardware as well and am quite confident in this fix.