Add missing AS4 and project description files to the new Audio Host demos.

Correct errors in the existing Audio demo description files due to the new demo features (variable sampling rate vs. a fixed sampling rate).
This commit is contained in:
Dean Camera 2011-06-09 04:23:19 +00:00
parent 1f1d0710f3
commit 1191da7b7b
14 changed files with 305 additions and 21 deletions

View file

@ -123,6 +123,9 @@ LUFA_PATH = ../../../..
LUFA_OPTS = -D USB_HOST_ONLY
LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"
LUFA_OPTS += -D MICROPHONE_BIASED_TO_HALF_RAIL
LUFA_OPTS += -D USE_TEST_TONE
# Create the LUFA source path variables by including the LUFA root makefile
include $(LUFA_PATH)/LUFA/makefile