You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/02.hero/boards/uno-r4-minima/tutorials/usb-hid/usb-hid.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,10 @@ This feature can be used to create game controllers, keyboard extensions or othe
15
15
16
16
## Goals
17
17
18
-
The goals of this tutorials are:
18
+
The goals of this tutorial is:
19
19
20
20
- Learn how to emulate a keyboard (keypresses),
21
-
-learn how to emulate a mouse (x,y coordinates).
21
+
-Learn how to emulate a mouse (x,y coordinates).
22
22
23
23
## Hardware & Software Needed
24
24
@@ -28,11 +28,11 @@ The goals of this tutorials are:
28
28
29
29
## Human Interface Device (HID)
30
30
31
-
Human interface devices (HID) are devices designed for humans (keyboards, mice, game controllers etc.), that frequently sends data over USB to a computer. When you press a key on a keyboard, you send data to a computer, which reads it and in turn activates the corresponding key.
31
+
Human interface devices (HID) are devices designed for humans (keyboards, mice, game controllers etc.), that frequently send data over USB to a computer. When you press a key on a keyboard, you send data to a computer, which reads it and in turn activates the corresponding key.
32
32
33
33
The UNO R4 Minima has built-in support for HID, a feature found on most modern day development boards, but not on previous UNO revisions.
34
34
35
-
To turn your board into an HID, you can use the **keyboard/mouse** API that is built in to the core. You can visit the documentation for this API in the language reference at:
35
+
To turn your board into an HID, you can use the **keyboard/mouse** API that is built into the core. You can visit the documentation for this API in the language reference at:
0 commit comments