From e9113e0320f00ca89823fb34d2ea0f859eed2d45 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Tue, 4 Jul 2006 22:08:11 +0000 Subject: [PATCH] Reversed analog input pins on ASCII art diagram to correspond with current boards. --- targets/arduino/pins_arduino.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/targets/arduino/pins_arduino.c b/targets/arduino/pins_arduino.c index 1afa72257..c2e52de57 100755 --- a/targets/arduino/pins_arduino.c +++ b/targets/arduino/pins_arduino.c @@ -32,12 +32,12 @@ // ATMEL ATMEGA8 / ARDUINO // // +-\/-+ -// PC6 1| |28 PC5 (AI 0) -// (D 0) PD0 2| |27 PC4 (AI 1) -// (D 1) PD1 3| |26 PC3 (AI 2) -// (D 2) PD2 4| |25 PC2 (AI 3) -// (D 3) PD3 5| |24 PC1 (AI 4) -// (D 4) PD4 6| |23 PC0 (AI 5) +// PC6 1| |28 PC5 (AI 5) +// (D 0) PD0 2| |27 PC4 (AI 4) +// (D 1) PD1 3| |26 PC3 (AI 3) +// (D 2) PD2 4| |25 PC2 (AI 2) +// (D 3) PD3 5| |24 PC1 (AI 1) +// (D 4) PD4 6| |23 PC0 (AI 0) // VCC 7| |22 GND // GND 8| |21 AREF // PB6 9| |20 AVCC