Set MAX_PIN to 17 (Thanks solidsnake745)

This commit is contained in:
Sam Archer 2011-12-16 23:50:09 -08:00
parent 2d01e01a65
commit fc826bbaca

View File

@ -17,7 +17,7 @@ import java.util.logging.Logger;
public class MoppyBridge {
static int FIRST_PIN = 2;
static int MAX_PIN = 9;
static int MAX_PIN = 17;
int SERIAL_RATE = 9600;
OutputStream os;