X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/071e02c6b6b4837fa9cf0b6d4c749994e02638d7..5faa79a7b55312f275435c5dacf8a89a6a3d26ae:/Demos/Device/ClassDriver/AudioInput/AudioInput.txt diff --git a/Demos/Device/ClassDriver/AudioInput/AudioInput.txt b/Demos/Device/ClassDriver/AudioInput/AudioInput.txt index 2406cdd0b..aba582d67 100644 --- a/Demos/Device/ClassDriver/AudioInput/AudioInput.txt +++ b/Demos/Device/ClassDriver/AudioInput/AudioInput.txt @@ -10,9 +10,9 @@ * * The following list indicates what microcontrollers are compatible with this demo. * - * - Series 7 USB AVRs - * - Series 6 USB AVRs - * - Series 4 USB AVRs + * - Series 7 USB AVRs (AT90USBxxx7) + * - Series 6 USB AVRs (AT90USBxxx6) + * - Series 4 USB AVRs (ATMEGAxxU4) * * \section SSec_Info USB Information: * @@ -33,9 +33,9 @@ * * * Relevant Standards: - * USBIF Audio Class Specification \n - * USBIF Audio Class Terminal Types Specification \n - * USBIF Audio Data Formats Specification + * USBIF Audio 1.0 Class Specification \n + * USBIF Audio 1.0 Class Terminal Types Specification \n + * USBIF Audio 1.0 Data Formats Specification * * * Usable Speeds: @@ -47,7 +47,7 @@ * * Audio demonstration application. This gives a simple reference * application for implementing a USB Audio Input device using the - * basic USB Audio drivers in all modern OSes (i.e. no special drivers + * basic USB Audio 1.0 drivers in all modern OSes (i.e. no special drivers * required). * * On start-up the system will automatically enumerate and function @@ -71,7 +71,7 @@ * * * MICROPHONE_BIASED_TO_HALF_RAIL - * Makefile CDEFS + * Makefile LUFA_OPTS * When defined, this alters the demo so that the half VCC bias of the microphone input is subtracted. * *