Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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.
- Emulate a mouse/keyboard through the HID interface.