Skip to content

Commit 49eb783

Browse files
committed
Fixed pin numbers
1 parent 6c87b27 commit 49eb783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

keyboardv0/keyboardv0.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Records 8 bits at 110 baud.
44
*/
55

6-
const int dataPin = 2; // pin 6 on the KB connector (and pin 6 of the RJ12)
7-
const int resetPin = 5; // pin 2 on the KB connector (and pin 4 on the RJ12)
6+
const int dataPin = 7; // pin 6 on the KB connector (and pin 6 of the RJ12)
7+
const int resetPin = 9; // pin 2 on the KB connector (and pin 4 on the RJ12)
88

99
void setup() {
1010
pinMode(resetPin, OUTPUT);

0 commit comments

Comments
 (0)