diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-25 02:15:27 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-25 02:15:27 +0000 |
commit | 857381185d60eed2ccee7dc7b88d49d90546f8a2 (patch) | |
tree | 2fd4596a2b010644f4afef84c5d620d240ae0b4c /Projects | |
parent | 5d5e3590762745af400e8ba736d1c5692a5de521 (diff) | |
download | lufa-857381185d60eed2ccee7dc7b88d49d90546f8a2.tar.gz lufa-857381185d60eed2ccee7dc7b88d49d90546f8a2.tar.bz2 lufa-857381185d60eed2ccee7dc7b88d49d90546f8a2.zip |
ADC2 and ADC3 channels do not exist on the U4 series USB AVRs.
Diffstat (limited to 'Projects')
-rw-r--r-- | Projects/AVRISP-MKII/AVRISP.txt | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/Projects/AVRISP-MKII/AVRISP.txt b/Projects/AVRISP-MKII/AVRISP.txt index e67c83e89..b05bb4da4 100644 --- a/Projects/AVRISP-MKII/AVRISP.txt +++ b/Projects/AVRISP-MKII/AVRISP.txt @@ -123,7 +123,7 @@ * <td><b>PDI 6 Pin Layout:</b></td>
* </tr>
* <tr>
- * <td>MISO</td>
+ * <td>MISO <b><sup>2</sup></b></td>
* <td>DATA</td>
* <td>1</td>
* </tr>
@@ -143,7 +143,7 @@ * <td>4</td>
* </tr>
* <tr>
- * <td>PORTx.y <b><sup>2</sup></b></td>
+ * <td>PORTx.y <b><sup>2, 3</sup></b></td>
* <td>CLOCK</td>
* <td>5</td>
* </tr>
@@ -154,9 +154,10 @@ * </tr>
* </table>
*
- * <b><sup>1</sup></b> <i>When XPROG_VIA_HARDWARE_USART is set, the AVR's Tx and Rx become the DATA line when connected together
+ * <b><sup>1</sup></b> <i>Optional, see \ref SSec_Options section - for USB AVRs with ADC modules only</i> \n
+ * <b><sup>2</sup></b> <i>When XPROG_VIA_HARDWARE_USART is set, the AVR's Tx and Rx become the DATA line when connected together
* via a pair of 300 ohm resistors, and the AVR's XCK pin becomes CLOCK.</i> \n
- * <b><sup>2</sup></b> <i>See AUX line related tokens in the \ref SSec_Options section</i>
+ * <b><sup>3</sup></b> <i>See AUX line related tokens in the \ref SSec_Options section</i>
*
* \section Sec_TPI TPI Connections
* Connections to the device for TPI programming<b><sup>1</sup></b> (when enabled):
@@ -168,7 +169,7 @@ * <td><b>TPI 6 Pin Layout:</b></td>
* </tr>
* <tr>
- * <td>MISO</td>
+ * <td>MISO <b><sup>2</sup></b></td>
* <td>DATA</td>
* <td>1</td>
* </tr>
@@ -178,7 +179,7 @@ * <td>2</td>
* </tr>
* <tr>
- * <td>SCLK</td>
+ * <td>SCLK <b><sup>2</sup></b></td>
* <td>CLOCK</td>
* <td>3</td>
* </tr>
@@ -188,7 +189,7 @@ * <td>4</td>
* </tr>
* <tr>
- * <td>PORTx.y <b><sup>2</sup></b></td>
+ * <td>PORTx.y <b><sup>3</sup></b></td>
* <td>/RESET</td>
* <td>5</td>
* </tr>
@@ -199,9 +200,10 @@ * </tr>
* </table>
*
- * <b><sup>1</sup></b> <i>When XPROG_VIA_HARDWARE_USART is set, the AVR's Tx and Rx become the DATA line when connected together
+ * <b><sup>1</sup></b> <i>Optional, see \ref SSec_Options section - for USB AVRs with ADC modules only</i> \n
+ * <b><sup>2</sup></b> <i>When XPROG_VIA_HARDWARE_USART is set, the AVR's Tx and Rx become the DATA line when connected together
* via a pair of 300 ohm resistors, and the AVR's XCK pin becomes CLOCK.</i> \n
- * <b><sup>2</sup></b> <i>See AUX line related tokens in the \ref SSec_Options section</i>
+ * <b><sup>3</sup></b> <i>See AUX line related tokens in the \ref SSec_Options section</i>
*
* \section SSec_Options Project Options
*
|