From a8bdc79e690fa870dbd9777c0d784f86d90cf062 Mon Sep 17 00:00:00 2001 From: Valuta Date: Sun, 17 Apr 2022 16:10:58 +0200 Subject: [PATCH] Fix spelling error Changed insure to ensure --- .../09.usb/KeyboardAndMouseControl/KeyboardAndMouseControl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/built-in-examples/09.usb/KeyboardAndMouseControl/KeyboardAndMouseControl.md b/content/built-in-examples/09.usb/KeyboardAndMouseControl/KeyboardAndMouseControl.md index 07251847fb..dd152db8d7 100644 --- a/content/built-in-examples/09.usb/KeyboardAndMouseControl/KeyboardAndMouseControl.md +++ b/content/built-in-examples/09.usb/KeyboardAndMouseControl/KeyboardAndMouseControl.md @@ -12,7 +12,7 @@ tags: 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. -**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().** +**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().** ### Hardware Required @@ -57,4 +57,4 @@ You can find more basic tutorials in the [built-in examples](/built-in-examples) You can also explore the [language reference](https://www.arduino.cc/reference/en/), a detailed collection of the Arduino programming language. -*Last revision 2015/07/29 by SM* \ No newline at end of file +*Last revision 2015/07/29 by SM*