From b3399aba0ba65476e5253375404dbb9f6166ca4c Mon Sep 17 00:00:00 2001 From: PPPDUD <107440101+PPPDUD@users.noreply.github.com> Date: Thu, 27 Nov 2025 18:09:22 -0500 Subject: [PATCH] Update giga-usb.md --- .../boards/giga-r1-wifi/tutorials/giga-usb/giga-usb.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/hardware/10.mega/boards/giga-r1-wifi/tutorials/giga-usb/giga-usb.md b/content/hardware/10.mega/boards/giga-r1-wifi/tutorials/giga-usb/giga-usb.md index d44513b96a..67fef6b184 100644 --- a/content/hardware/10.mega/boards/giga-r1-wifi/tutorials/giga-usb/giga-usb.md +++ b/content/hardware/10.mega/boards/giga-r1-wifi/tutorials/giga-usb/giga-usb.md @@ -443,7 +443,7 @@ The library used for this can be downloaded through Github. Please note that this library is in **Alpha** development stage. This means support is experimental and examples may not function as expected. Future versions of this library may break the example provided below. -***The USBHostGiga library is not available in the Arduino IDE and needs to be installed manually. You can do so my navigating to `Sketch` > `Include Library` > `Add .ZIP Library`.*** +***The USBHostGiga library is not available in the Arduino IDE and needs to be installed manually. You can do so by navigating to `Sketch` > `Include Library` > `Add .ZIP Library`.*** ```arduino #include "USBHostGiga.h" @@ -574,4 +574,4 @@ The goal with this guide was to provide a summary of all the GIGA R1's features, - Enabling and disabling the USB-A port. - Read & Write to a USB mass storage device (MSD). - Connecting keyboards and reading key presses. -- Emulate a mouse/keyboard through the HID interface. \ No newline at end of file +- Emulate a mouse/keyboard through the HID interface.