Skip to content

Commit 05442a4

Browse files
authored
Merge pull request #172 from valuta1995/patch-1
Fix spelling error
2 parents 4759f5d + a8bdc79 commit 05442a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tags:
1212

1313
This example illustrates the use of the Mouse and Keyboard libraries together. Five momentary switches act as directional buttons for your cursor. When a button is pressed, the cursor on your screen will move, and a keypress, corresponding to the letter associated with the direction, will be sent to the computer. Once you have the Leonardo, Micro or Due programmed and wired up, open up your favorite text editor to see the results.
1414

15-
**NB: When you use the Mouse and Keyboard library functions, 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().**
15+
**NB: When you use the Mouse and Keyboard library functions, the Arduino takes over your computer's cursor! To ensure 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().**
1616

1717
### Hardware Required
1818

@@ -57,4 +57,4 @@ You can find more basic tutorials in the [built-in examples](/built-in-examples)
5757

5858
You can also explore the [language reference](https://www.arduino.cc/reference/en/), a detailed collection of the Arduino programming language.
5959

60-
*Last revision 2015/07/29 by SM*
60+
*Last revision 2015/07/29 by SM*

0 commit comments

Comments
 (0)