Changed Leonardo only examples to "USB", added

This commit is contained in:
Scott 2012-10-31 16:08:20 -04:00
parent 7e12aebbdb
commit d6e9e03d13
7 changed files with 9 additions and 5 deletions

View File

@ -13,7 +13,7 @@
To wake: Spacebar.
Circuit:
* Arduino Leonardo
* Arduino Leonardo or Micro
* wire to connect D2 to ground.
created 6 Mar 2012

View File

@ -1,6 +1,8 @@
/*
Keyboard Button test
For the Arduino Leonardo and Micro.
Sends a text string when a button is pressed.
The circuit:

View File

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

View File

@ -1,6 +1,8 @@
/*
Keyboard test
For the Arduino Leonardo or Micro
Reads a byte from the serial port, sends a keystroke back.
The sent keystroke is one higher than what's received, e.g.
if you send a, you get b, send A you get B, and so forth.

View File

@ -2,7 +2,7 @@
/*
KeyboardAndMouseControl
Controls the mouse from five pushbuttons on an Arduino Leonardo.
Controls the mouse from five pushbuttons on an Arduino Leonardo or Micro.
Hardware:
* 5 pushbuttons attached to D2, D3, D4, D5, D6

View File

@ -2,7 +2,7 @@
/*
ButtonMouseControl
Controls the mouse from five pushbuttons on an Arduino Leonardo.
Controls the mouse from five pushbuttons on an Arduino Leonardo or Micro.
Hardware:
* 5 pushbuttons attached to D2, D3, D4, D5, D6

View File

@ -1,7 +1,7 @@
/*
JoystickMouseControl
Controls the mouse from a joystick on an Arduino Leonardo.
Controls the mouse from a joystick on an Arduino Leonardo or Micro.
Uses a pushbutton to turn on and off mouse control, and
a second pushbutton to click the left mouse button