Skip to content

Commit 24d74ca

Browse files
committed
typos and Due compliants comments on Keyboard examples
1 parent 9dfebb5 commit 24d74ca

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build/shared/examples/09.USB/Keyboard/KeyboardMessage/KeyboardMessage.ino

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
Sends a text string when a button is pressed.
77
88
The circuit:
9-
* pushbutton attached from pin 2 to +5V
10-
* 10-kilohm resistor attached from pin 4 to ground
9+
* pushbutton attached from pin 2 to +5V on AVR boards
10+
and to +3.3V to the Arduino Due
11+
* 10-kilohm resistor attached from pin 2 to ground
1112
1213
created 24 Oct 2011
1314
modified 27 Mar 2012

build/shared/examples/09.USB/Keyboard/KeyboardReprogram/KeyboardReprogram.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
a final key combination (CTRL-U).
1414
1515
Circuit:
16-
* Arduino Leonardo
16+
* Arduino Leonardo or Arduino Due
1717
* wire to connect D2 to ground.
1818
1919
created 5 Mar 2012

0 commit comments

Comments
 (0)