/** \file
 *
 *  This file contains special DoxyGen information for the generation of the main page and other special
 *  documentation pages. It is not a project source file.
 */

/** \mainpage AVR Firmware to test USBVirtualSerial-SPI
 *
 * Loading this firmware onto just about any AVR and connecting it a
 * Micropendous Board loaded with USBVirtualSerial-SPI Firmware allows
 * you to test USBVirtualSerial-SPI.
 *
 * Also, loading this firmware onto your AVR using the AVRISP-mkII firmware will
 * test the AVRISP-mkII firmware.
 *
 * Requires: An AVR that has a USI (Universal Serial Interface) peripheral and is
 *           In-System Programmable via SPI Port.  For example, an ATtiny261.
 *
 *
 *  <table>
 *   <tr>
 *    <td><b>USB Mode:</b></td>
 *    <td>None - USB is not supported/required</td>
 *   </tr>
 *   <tr>
 *    <td><b>USB Class:</b></td>
 *    <td>N/A</td>
 *   </tr>
 *   <tr> 
 *    <td><b>USB Subclass:</b></td>
 *    <td>N/A</td>
 *   </tr>
 *   <tr>
 *    <td><b>Relevant Standards:</b></td>
 *    <td>N/A</td>
 *   </tr>
 *   <tr>
 *    <td><b>Usable Speeds:</b></td>
 *    <td>N/A</td>
 *   </tr>
 *  </table>
 */