Skip to content

Commit b3399ab

Browse files
authored
Update giga-usb.md
1 parent ccd3ec9 commit b3399ab

File tree

1 file changed

+2
-2
lines changed
  • content/hardware/10.mega/boards/giga-r1-wifi/tutorials/giga-usb

1 file changed

+2
-2
lines changed

content/hardware/10.mega/boards/giga-r1-wifi/tutorials/giga-usb/giga-usb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ The library used for this can be downloaded through Github.
443443

444444
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.
445445

446-
***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`.***
446+
***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`.***
447447

448448
```arduino
449449
#include "USBHostGiga.h"
@@ -574,4 +574,4 @@ The goal with this guide was to provide a summary of all the GIGA R1's features,
574574
- Enabling and disabling the USB-A port.
575575
- Read & Write to a USB mass storage device (MSD).
576576
- Connecting keyboards and reading key presses.
577-
- Emulate a mouse/keyboard through the HID interface.
577+
- Emulate a mouse/keyboard through the HID interface.

0 commit comments

Comments
 (0)