1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03: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. Sends a text string when a button is pressed.
The circuit: The circuit:
* pushbutton attached from pin 2 to +5V * pushbutton attached from pin 2 to +5V on AVR boards
* 10-kilohm resistor attached from pin 4 to ground and to +3.3V to the Arduino Due
* 10-kilohm resistor attached from pin 2 to ground
created 24 Oct 2011 created 24 Oct 2011
modified 27 Mar 2012 modified 27 Mar 2012

View File

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