We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c87b27 commit 49eb783Copy full SHA for 49eb783
keyboardv0/keyboardv0.ino
@@ -3,8 +3,8 @@
3
Records 8 bits at 110 baud.
4
*/
5
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)
+const int dataPin = 7; // pin 6 on the KB connector (and pin 6 of the RJ12)
+const int resetPin = 9; // pin 2 on the KB connector (and pin 4 on the RJ12)
8
9
void setup() {
10
pinMode(resetPin, OUTPUT);
0 commit comments