Skip to content

Commit 30def90

Browse files
author
Alice Pintus
committed
update sentences
1 parent df0ec5f commit 30def90

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libraries/HID/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name=HID
22
version=1.0
33
author=Arduino
44
maintainer=Arduino <[email protected]>
5-
sentence=Module for PluggableUSB infrastructure. Exposes an API for devices like Keyboards, Mice and Gamepads
5+
sentence=Module for PluggableUSB infrastructure. Exposes an API for devices like Keyboards, Mice and Gamepads.
66
paragraph=
77
category=Communication
88
url=http://www.arduino.cc/en/Reference/HID

libraries/SPI/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name=SPI
22
version=1.0
33
author=Arduino
44
maintainer=Arduino <[email protected]>
5-
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus. For Arduino DUE only.
5+
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus.
66
paragraph=
77
category=Communication
88
url=http://www.arduino.cc/en/Reference/SPI

libraries/Wire/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name=Wire
22
version=1.0
33
author=Arduino
44
maintainer=Arduino <[email protected]>
5-
sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. For Arduino DUE only.
5+
sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus.
66
paragraph=
77
category=Communication
88
url=http://www.arduino.cc/en/Reference/Wire

0 commit comments

Comments
 (0)