Skip to content

Commit f308d8e

Browse files
committed
Merge branch 'Library_sentences' of git://github.com/00alis/Arduino
2 parents e196ef4 + d3065cb commit f308d8e

31 files changed

+19
-19
lines changed

hardware/arduino/avr/libraries/EEPROM/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name=EEPROM
22
version=2.0
33
author=Arduino, Christopher Andrews
44
maintainer=Arduino <info@arduino.cc>
5-
sentence=Enables reading and writing to the permanent board storage. For all Arduino boards BUT Arduino DUE and Arduino ZERO.
5+
sentence=Enables reading and writing to the permanent board storage.
66
paragraph=
77
category=Data Storage
88
url=http://www.arduino.cc/en/Reference/EEPROM

hardware/arduino/avr/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 <info@arduino.cc>
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

hardware/arduino/avr/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 <info@arduino.cc>
5-
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus. For all Arduino boards, BUT Arduino DUE.
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

hardware/arduino/avr/libraries/SoftwareSerial/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name=SoftwareSerial
22
version=1.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
5-
sentence=Enables serial communication on digital pins. For all Arduino boards, BUT Arduino DUE.
5+
sentence=Enables serial communication on digital pins.
66
paragraph=
77
category=Communication
88
url=http://www.arduino.cc/en/Reference/SoftwareSerial

0 commit comments

Comments
 (0)