Skip to content

Commit 537b1b8

Browse files
Update library.properties
Updated the paragraph field to match with the content of the readme file.
1 parent 6158232 commit 537b1b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ version=1.0.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
55
sentence=A library that provides access to using USB HID Devices like mice and keyboards on the Portenta C33 board.
6-
paragraph=The Arduino Portenta H7 Low Power library provides functionality to enable, get information about, and debug low-power modes on the Portenta H7 board.
6+
paragraph=This library enables USB HID host support on the Portenta C33, allowing interaction with devices like keyboards, mice, and barcode scanners. It provides convenient classes (Keyboard and Mouse) with event callbacks and Stream interface support. Devices are automatically detected upon connection, and users can register callbacks for connection and input events. Examples include reading barcodes, handling simultaneous keyboard and mouse input, and integrating HID data into sketches.
77
category=Device Control
88
url=https://github.com/arduino-libraries/Arduino_USBHIDHost
99
architectures=renesas_portenta
10-
includes=Arduino_USBHIDHost.h
10+
includes=Arduino_USBHIDHost.h

0 commit comments

Comments
 (0)