We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dba3ba commit a165d87Copy full SHA for a165d87
build/shared/examples/9.Keyboard/KeyboardMessage/KeyboardMessage.ino
@@ -8,6 +8,7 @@
8
* 10-kilohm resistor attached from pin 4 to ground
9
10
created 24 Oct 2011
11
+ modified 19 Mar 2012
12
by Tom Igoe
13
14
This example code is in the public domain.
@@ -34,7 +35,7 @@ void loop() {
34
35
// increment the button counter
36
counter++;
37
// type out a message
- Keyboard.print("You pressed the button: ");
38
+ Keyboard.print("You pressed the button ");
39
Keyboard.print(counter);
40
Keyboard.println(" times.");
41
}
0 commit comments