We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dfebb5 commit 24d74caCopy full SHA for 24d74ca
build/shared/examples/09.USB/Keyboard/KeyboardMessage/KeyboardMessage.ino
@@ -6,8 +6,9 @@
6
Sends a text string when a button is pressed.
7
8
The circuit:
9
- * pushbutton attached from pin 2 to +5V
10
- * 10-kilohm resistor attached from pin 4 to ground
+ * pushbutton attached from pin 2 to +5V on AVR boards
+ and to +3.3V to the Arduino Due
11
+ * 10-kilohm resistor attached from pin 2 to ground
12
13
created 24 Oct 2011
14
modified 27 Mar 2012
build/shared/examples/09.USB/Keyboard/KeyboardReprogram/KeyboardReprogram.ino
@@ -13,7 +13,7 @@
a final key combination (CTRL-U).
15
Circuit:
16
- * Arduino Leonardo
+ * Arduino Leonardo or Arduino Due
17
* wire to connect D2 to ground.
18
19
created 5 Mar 2012
0 commit comments