Merge pull request #852 from adafruit/jerryneedell-patch-1

fix doc error  in audioOut.c
This commit is contained in:
Scott Shawcroft 2018-05-19 12:28:33 -05:00 committed by GitHub
commit 14ca3dc42f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,8 @@
//| speaker_enable = digitalio.DigitalInOut(board.SPEAKER_ENABLE)
//| speaker_enable.switch_to_output(value=True)
//|
//| wav = audioio.WaveFile("cplay-5.1-16bit-16khz.wav")
//| data = open("cplay-5.1-16bit-16khz.wav", "rb")
//| wav = audioio.WaveFile(data)
//| a = audioio.AudioOut(board.A0)
//|
//| print("playing")