1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +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.
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