Skip to content

Commit 2e5da31

Browse files
committed
Move Mouse library example links from the Keyboard library page to the Mouse library page
The link to the KeyboardAndMouseControl example was left in both pages as it's relevant to either.
1 parent 820b548 commit 2e5da31

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

Language/Functions/USB/Keyboard.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ link:../keyboard/keyboardwrite[Keyboard.write()]
7070
* #EXAMPLE# http://www.arduino.cc/en/Tutorial/KeyboardLogout[KeyboardLogout]: Logs out the current user with key commands
7171
* #EXAMPLE# http://www.arduino.cc/en/Tutorial/KeyboardSerial[KeyboardSerial]: Reads a byte from the serial port, and sends back a keystroke.
7272
* #EXAMPLE# http://www.arduino.cc/en/Tutorial/KeyboardReprogram[KeyboardReprogram]: opens a new window in the Arduino IDE and reprograms the board with a simple blink program
73-
* #EXAMPLE# http://www.arduino.cc/en/Tutorial/ButtonMouseControl[ButtonMouseControl]: Control cursor movement with 5 pushbuttons.
74-
* #EXAMPLE# http://www.arduino.cc/en/Tutorial/JoystickMouseControl[JoystickMouseControl]: Controls a computer's cursor movement with a Joystick when a button is pressed.
7573

7674
--
7775
// SEE ALSO SECTION ENDS

Language/Functions/USB/Mouse.adoc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,20 @@ link:../mouse/mouseispressed[Mouse.isPressed()]
5353

5454
--
5555
// FUNCTIONS SECTION ENDS
56+
57+
58+
// SEE ALSO SECTION
59+
[#see_also]
60+
--
61+
62+
[float]
63+
=== See also
64+
65+
[role="example"]
66+
* #EXAMPLE# http://www.arduino.cc/en/Tutorial/KeyboardAndMouseControl[KeyboardAndMouseControl]: Demonstrates the Mouse and Keyboard commands in one program.
67+
* #EXAMPLE# http://www.arduino.cc/en/Tutorial/ButtonMouseControl[ButtonMouseControl]: Control cursor movement with 5 pushbuttons.
68+
* #EXAMPLE# http://www.arduino.cc/en/Tutorial/JoystickMouseControl[JoystickMouseControl]: Controls a computer's cursor movement with a Joystick when a button is pressed.
69+
70+
--
71+
// SEE ALSO SECTION ENDS
72+

0 commit comments

Comments
 (0)