Set MAX_PIN to 17 (Thanks solidsnake745)
This commit is contained in:
parent
2d01e01a65
commit
fc826bbaca
|
@ -17,7 +17,7 @@ import java.util.logging.Logger;
|
||||||
public class MoppyBridge {
|
public class MoppyBridge {
|
||||||
|
|
||||||
static int FIRST_PIN = 2;
|
static int FIRST_PIN = 2;
|
||||||
static int MAX_PIN = 9;
|
static int MAX_PIN = 17;
|
||||||
|
|
||||||
int SERIAL_RATE = 9600;
|
int SERIAL_RATE = 9600;
|
||||||
OutputStream os;
|
OutputStream os;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user