Skip to content

Commit d6e9e03

Browse files
committed
Changed Leonardo only examples to "USB", added
1 parent 7e12aeb commit d6e9e03

File tree

7 files changed

+9
-5
lines changed

7 files changed

+9
-5
lines changed

build/shared/examples/09.USB(Leonardo)/Keyboard/KeyboardLogout/KeyboardLogout.ino renamed to build/shared/examples/09.USB/Keyboard/KeyboardLogout/KeyboardLogout.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
To wake: Spacebar.
1414
1515
Circuit:
16-
* Arduino Leonardo
16+
* Arduino Leonardo or Micro
1717
* wire to connect D2 to ground.
1818
1919
created 6 Mar 2012

build/shared/examples/09.USB(Leonardo)/Keyboard/KeyboardMessage/KeyboardMessage.ino renamed to build/shared/examples/09.USB/Keyboard/KeyboardMessage/KeyboardMessage.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/*
22
Keyboard Button test
33
4+
For the Arduino Leonardo and Micro.
5+
46
Sends a text string when a button is pressed.
57
68
The circuit:

build/shared/examples/09.USB(Leonardo)/Keyboard/KeyboardReprogram/KeyboardReprogram.ino renamed to build/shared/examples/09.USB/Keyboard/KeyboardReprogram/KeyboardReprogram.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
a final key combination (CTRL-U).
1212
1313
Circuit:
14-
* Arduino Leonardo
14+
* Arduino Leonardo or Micro
1515
* wire to connect D2 to ground.
1616
1717
created 5 Mar 2012

build/shared/examples/09.USB(Leonardo)/Keyboard/KeyboardSerial/KeyboardSerial.ino renamed to build/shared/examples/09.USB/Keyboard/KeyboardSerial/KeyboardSerial.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/*
22
Keyboard test
33
4+
For the Arduino Leonardo or Micro
5+
46
Reads a byte from the serial port, sends a keystroke back.
57
The sent keystroke is one higher than what's received, e.g.
68
if you send a, you get b, send A you get B, and so forth.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
KeyboardAndMouseControl
44
5-
Controls the mouse from five pushbuttons on an Arduino Leonardo.
5+
Controls the mouse from five pushbuttons on an Arduino Leonardo or Micro.
66
77
Hardware:
88
* 5 pushbuttons attached to D2, D3, D4, D5, D6

build/shared/examples/09.USB(Leonardo)/Mouse/ButtonMouseControl/ButtonMouseControl.ino renamed to build/shared/examples/09.USB/Mouse/ButtonMouseControl/ButtonMouseControl.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
ButtonMouseControl
44
5-
Controls the mouse from five pushbuttons on an Arduino Leonardo.
5+
Controls the mouse from five pushbuttons on an Arduino Leonardo or Micro.
66
77
Hardware:
88
* 5 pushbuttons attached to D2, D3, D4, D5, D6
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
JoystickMouseControl
33
4-
Controls the mouse from a joystick on an Arduino Leonardo.
4+
Controls the mouse from a joystick on an Arduino Leonardo or Micro.
55
Uses a pushbutton to turn on and off mouse control, and
66
a second pushbutton to click the left mouse button
77

0 commit comments

Comments
 (0)