Skip to content

Commit 02ecd75

Browse files
committed
Remove superfluous anticipatory sentence re: UNO R4 WiFi HID examples
The sentence doesn't offer anything of value and creates an unnecessary dependence between the section that contains it and those that follow, making it difficult to add new content.
1 parent a8b87e2 commit 02ecd75

File tree

1 file changed

+0
-2
lines changed
  • content/hardware/02.hero/boards/uno-r4-wifi/tutorials/usb-hid

1 file changed

+0
-2
lines changed

Diff for: content/hardware/02.hero/boards/uno-r4-wifi/tutorials/usb-hid/usb-hid.md

-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ To turn your board into an HID, you can use the **keyboard/mouse** API that is b
3636
- [Keyboard](https://www.arduino.cc/reference/en/language/functions/usb/keyboard/)
3737
- [Mouse](https://www.arduino.cc/reference/en/language/functions/usb/mouse/)
3838

39-
In the section below, you will a couple of useful examples to get you started!
40-
4139
## Keyboard
4240

4341
To use keyboard functionalities, we need to include the library at the top of our sketch. The Keyboard class contains several methods that are useful to emulate a keyboard.

0 commit comments

Comments
 (0)