From 7b20c89240a142cb79ffe5766314056a93d86c20 Mon Sep 17 00:00:00 2001 From: Alexander Weinhold Date: Wed, 18 Dec 2013 00:25:14 +0100 Subject: [PATCH] add info for analog pins that are used as digital output --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 4dcbc90..e7c0e51 100644 --- a/README.txt +++ b/README.txt @@ -11,8 +11,8 @@ Upload the included Arduino code to the Arduino of your choice, and open up the Moppy was built for Arduino UNO, though it should work just fine on most Arduinos. The pins are connected in pairs to floppy drives as follows: Even -pins (2,4,6...) are connected to each drive's STEP pin (pin 20) , the matching -odd pins (3,5,7...) are connected to the each drive's DIRECTION control pin +pins (2,4,6,...,A0,A2) are connected to each drive's STEP pin (pin 20) , the matching +odd pins (3,5,7,...,A1,A3) are connected to the each drive's DIRECTION control pin (pin 18). So the first floppy would be connected to pin 2 & 3, the second floppy to 4 & 5, and so on. Make sure you ground the correct drive-select pin (pin 12), or the drive won't respond to any input (just connect the drive-select pin on the floppy to the pin directly below it). You can tell when you have the right drive selected, because the light on the front of the drive will come on.