X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/151a1c5888f8806d7e2aaf6f29cfb6deae8321ae..51d3adfe1869e4a45c8368bb00a485be052eecdb:/Demos/Device/LowLevel/MIDI/MIDI.txt diff --git a/Demos/Device/LowLevel/MIDI/MIDI.txt b/Demos/Device/LowLevel/MIDI/MIDI.txt index 9ac3d9ea8..97a92a190 100644 --- a/Demos/Device/LowLevel/MIDI/MIDI.txt +++ b/Demos/Device/LowLevel/MIDI/MIDI.txt @@ -15,8 +15,8 @@ * \li Series 4 USB AVRs (ATMEGAxxU4) * \li Series 2 USB AVRs (AT90USBxx2, ATMEGAxxU2) * \li Series AU XMEGA AVRs (ATXMEGAxxxAxU) - * \li Series B XMEGA AVRs (ATXMEGAxxxBxU) - * \li Series C XMEGA AVRs (ATXMEGAxxxCxU) + * \li Series B XMEGA AVRs (ATXMEGAxxxBx) + * \li Series C XMEGA AVRs (ATXMEGAxxxCx) * * \section Sec_Info USB Information: * @@ -58,7 +58,7 @@ * MIDI program supporting MIDI IN devices. * * If the HWB is not pressed, channel 1 (default piano) is used. If - * the HWB is set, then channel 10 (default percussion) is selected. + * the HWB is pressed, then channel 10 (default percussion) is selected. * * This device implements MIDI-THRU mode, with the IN MIDI data being * generated by the device itself. OUT MIDI data is discarded.