Closed idcrook closed 6 years ago
PR for fix of https://github.com/adafruit/Adafruit_CircuitPython_RTTTL/issues/8 tested on a CPX
added sys import since that is what is used for version detection
sys
added updated sample generation for 3.x AudioOut.play()
updated audioio.AudioOut() constructor to be 3.x compatiible
Verified to work on both CP 3.x/libs and CP 2.x/libs on CPX 😄
PR for fix of https://github.com/adafruit/Adafruit_CircuitPython_RTTTL/issues/8 tested on a CPX
added
sys
import since that is what is used for version detectionadded updated sample generation for 3.x AudioOut.play()
updated audioio.AudioOut() constructor to be 3.x compatiible