MCPcopy Create free account
hub / github.com/RetiredWizard/PyDOS / quietSnd

Function quietSnd

lib/pydos_hw.py:318–324  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

316sndGPIO = Pydos_hw.sndGPIO
317
318def quietSnd():
319
320 if implementation.name.upper() == "CIRCUITPYTHON":
321 if sndPin:
322 Pydos_hw.sndGPIO = digitalio.DigitalInOut(sndPin)
323 #self.sndGPIO.direction = digitalio.Direction.OUTPUT
324 return
325

Callers 4

sound.pyFile · 0.90
tsound.pyFile · 0.90
pianoFunction · 0.90
__soundstmtMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected