Skip to content

Commit

Permalink
Changed Leonardo only examples to "USB", added
Browse files Browse the repository at this point in the history
  • Loading branch information
shfitz committed Oct 31, 2012
1 parent 7e12aeb commit d6e9e03
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
To wake: Spacebar.
Circuit:
* Arduino Leonardo
* Arduino Leonardo or Micro
* wire to connect D2 to ground.
created 6 Mar 2012
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
Keyboard Button test
For the Arduino Leonardo and Micro.
Sends a text string when a button is pressed.
The circuit:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d6e9e03

Please sign in to comment.