fix doc error in audioOut.c

fixes #851
This commit is contained in:
jerryneedell 2018-05-19 10:41:36 -04:00 committed by GitHub
parent 1eb412b44d
commit 1d9bcc5ddf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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")