Add Adafruit's Atmega32u4 breakout board
[pub/lufa.git] / Demos / Device / ClassDriver / MIDI / MIDI.txt
index 026f91b..97a92a1 100644 (file)
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs (AT90USBxxx7)
- *  - Series 6 USB AVRs (AT90USBxxx6)
- *  - Series 4 USB AVRs (ATMEGAxxU4)
- *  - Series 2 USB AVRs (AT90USBxx2, ATMEGAxxU2)
+ *  \li Series 7 USB AVRs (AT90USBxxx7)
+ *  \li Series 6 USB AVRs (AT90USBxxx6)
+ *  \li Series 4 USB AVRs (ATMEGAxxU4)
+ *  \li Series 2 USB AVRs (AT90USBxx2, ATMEGAxxU2)
+ *  \li Series AU XMEGA AVRs (ATXMEGAxxxAxU)
+ *  \li Series B XMEGA AVRs (ATXMEGAxxxBx)
+ *  \li Series C XMEGA AVRs (ATXMEGAxxxCx)
  *
  *  \section Sec_Info USB Information:
  *
@@ -39,7 +42,7 @@
  *        General MIDI Specification</td>
  *   </tr>
  *   <tr>
- *    <td><b>Usable Speeds:</b></td>
+ *    <td><b>Supported USB Speeds:</b></td>
  *    <td>Full Speed Mode</td>
  *   </tr>
  *  </table>
@@ -55,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.