Skip to content

Commit 3326e00

Browse files
committed
Fix links
1 parent 2871e47 commit 3326e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/built-in-examples/09.usb/JoystickMouseControl/JoystickMouseControl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Two analog inputs ranging from 0 to 1023 are translated to ranges of -12 to 12.
1717

1818
The pushbutton allows you to toggle mouse control on and off. As an option you may connect a status LED to pin 5 that lights upwhen the Arduino is controlling the mouse. A second pushbutton may be connected with another 10k ohm pulldown (to GND) resistor to D3 to act as the left click of the mouse.
1919

20-
***Note: If you want to add the LED or the extra pushbutton, please follow the guidelines for the [LED circuit](./basics/Blink) and the [button circuit](./digital/Button).***
20+
***Note: If you want to add the LED or the extra pushbutton, please follow the guidelines for the [LED circuit](../basics/Blink) and the [button circuit](../digital/Button).***
2121

2222
***Note: When you use the `Mouse.move()` command, the Arduino takes over your computer's cursor! To insure you don't lose control of your computer while running a sketch with this function, make sure to set up a controller before you call `Mouse.move()`. This sketch includes a pushbutton to toggle the mouse control state, so you can turn on and off mouse control.***
2323

0 commit comments

Comments
 (0)