Skip to content

Commit a165d87

Browse files
author
Tom Igoe
committed
Changed text of KeyboardMessage to make it easier for international keyboards.
1 parent 5dba3ba commit a165d87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/shared/examples/9.Keyboard/KeyboardMessage/KeyboardMessage.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* 10-kilohm resistor attached from pin 4 to ground
99
1010
created 24 Oct 2011
11+
modified 19 Mar 2012
1112
by Tom Igoe
1213
1314
This example code is in the public domain.
@@ -34,7 +35,7 @@ void loop() {
3435
// increment the button counter
3536
counter++;
3637
// type out a message
37-
Keyboard.print("You pressed the button: ");
38+
Keyboard.print("You pressed the button ");
3839
Keyboard.print(counter);
3940
Keyboard.println(" times.");
4041
}

0 commit comments

Comments
 (0)