Updates to AN000247

This commit is contained in:
xross
2018-03-29 13:47:28 +01:00
parent b4090602ad
commit c4d2462c98
2 changed files with 6 additions and 3 deletions

View File

@@ -142,7 +142,8 @@ using the xC ``par`` construct:
:end-before: return 0
This code starts the low-level USB task, an Endpoint 0 task, an Audio buffering task and a task to handle
the audio I/O (i.e. I2S signalling). In addition the ``spdif_tx()`` task is also run.
the audio I/O. Note, since there is no I2S funcitonality in this example this task simply forwards samples to the
SPDIF transmitter task. In addition the ``spdif_tx()`` task is also run.
Configuration
.............