We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b332904 commit b79ee02Copy full SHA for b79ee02
build/shared/examples/09.USB/Keyboard/KeyboardMessage/KeyboardMessage.ino
@@ -1,21 +1,23 @@
1
/*
2
- Keyboard Button test
+ Keyboard Message test
3
4
For the Arduino Leonardo and Micro.
5
6
Sends a text string when a button is pressed.
7
8
The circuit:
9
- * pushbutton attached from pin 2 to +5V
+ * pushbutton attached from pin 4 to +5V
10
* 10-kilohm resistor attached from pin 4 to ground
11
12
created 24 Oct 2011
13
modified 27 Mar 2012
14
by Tom Igoe
15
+ modified 11 Nov 2013
16
+ by Scott Fitzgerald
17
18
This example code is in the public domain.
19
- http://www.arduino.cc/en/Tutorial/KeyboardButton
20
+ http://www.arduino.cc/en/Tutorial/KeyboardMessage
21
*/
22
23
const int buttonPin = 4; // input pin for pushbutton
0 commit comments