+ * When inserted, the JTAG port's TDI pin is read. If the pin is left high, the device will enumerate as a regular COM port on\r
+ * the host, which can then be opened and data exchanged between the XMEGA and Host as if the XMEGA was connected directly to\r
+ * the host's serial port. If the pin is pulled low, the device will enumerate as an AVRISP-MKII to the host, so that the XMEGA\r
+ * can be reprogrammed by AVRStudio or other compatible software such as avrdude.\r
+ *\r
+ * After running this project for the first time on a new computer, you will need to supply the .INF file located in this project\r