1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-20 14:54:31 +01:00

typos and Due compliants comments on Keyboard examples

This commit is contained in:
Fede85 2012-10-22 10:20:35 +02:00
parent 9dfebb5d78
commit 24d74ca8a2
2 changed files with 4 additions and 3 deletions

View File

@ -6,8 +6,9 @@
Sends a text string when a button is pressed.
The circuit:
* pushbutton attached from pin 2 to +5V
* 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
* 10-kilohm resistor attached from pin 2 to ground
created 24 Oct 2011
modified 27 Mar 2012

View File

@ -13,7 +13,7 @@
a final key combination (CTRL-U).
Circuit:
* Arduino Leonardo
* Arduino Leonardo or Arduino Due
* wire to connect D2 to ground.
created 5 Mar 2012