Skip to content

Commit 031c60f

Browse files
committed
Fixed hello message
1 parent 56d1b1f commit 031c60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vg4_keyboard/keyboardv0/keyboardv0.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ void setup() {
1616
digitalWrite(resetPin , HIGH);
1717

1818
Serial.begin(9600);
19-
Serial.println("Hello logic_analyzer");
19+
Serial.println("Hello keyboardv0");
2020
}
2121

2222
// Microseconds to wait between bits. Corresponds to 110 baud.

0 commit comments

Comments
 (0)