From f81317889e48460ab3ed2f2797ad54f0f57e2aba Mon Sep 17 00:00:00 2001 From: Alice Pintus Date: Tue, 1 Mar 2016 16:09:50 +0100 Subject: update sentences --- libraries/EEPROM/library.properties | 2 +- libraries/HID/library.properties | 2 +- libraries/SPI/library.properties | 2 +- libraries/SoftwareSerial/library.properties | 2 +- libraries/Wire/library.properties | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'libraries') diff --git a/libraries/EEPROM/library.properties b/libraries/EEPROM/library.properties index dfa46cd..a446bb1 100644 --- a/libraries/EEPROM/library.properties +++ b/libraries/EEPROM/library.properties @@ -2,7 +2,7 @@ name=EEPROM version=2.0 author=Arduino, Christopher Andrews maintainer=Arduino -sentence=Enables reading and writing to the permanent board storage. For all Arduino boards BUT Arduino DUE and Arduino ZERO. +sentence=Enables reading and writing to the permanent board storage. paragraph= category=Data Storage url=http://www.arduino.cc/en/Reference/EEPROM diff --git a/libraries/HID/library.properties b/libraries/HID/library.properties index 5cbb5d7..9075bd8 100644 --- a/libraries/HID/library.properties +++ b/libraries/HID/library.properties @@ -2,7 +2,7 @@ name=HID version=1.0 author=Arduino maintainer=Arduino -sentence=Module for PluggableUSB infrastructure. Exposes an API for devices like Keyboards, Mice and Gamepads +sentence=Module for PluggableUSB infrastructure. Exposes an API for devices like Keyboards, Mice and Gamepads. paragraph= category=Communication url=http://www.arduino.cc/en/Reference/HID diff --git a/libraries/SPI/library.properties b/libraries/SPI/library.properties index 4428505..327f1a0 100644 --- a/libraries/SPI/library.properties +++ b/libraries/SPI/library.properties @@ -2,7 +2,7 @@ name=SPI version=1.0 author=Arduino maintainer=Arduino -sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus. For all Arduino boards, BUT Arduino DUE. +sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus. paragraph= category=Communication url=http://www.arduino.cc/en/Reference/SPI diff --git a/libraries/SoftwareSerial/library.properties b/libraries/SoftwareSerial/library.properties index c42cbde..776a856 100644 --- a/libraries/SoftwareSerial/library.properties +++ b/libraries/SoftwareSerial/library.properties @@ -2,7 +2,7 @@ name=SoftwareSerial version=1.0 author=Arduino maintainer=Arduino -sentence=Enables serial communication on digital pins. For all Arduino boards, BUT Arduino DUE. +sentence=Enables serial communication on digital pins. paragraph= category=Communication url=http://www.arduino.cc/en/Reference/SoftwareSerial diff --git a/libraries/Wire/library.properties b/libraries/Wire/library.properties index 811527b..1fc40bf 100644 --- a/libraries/Wire/library.properties +++ b/libraries/Wire/library.properties @@ -2,7 +2,7 @@ name=Wire version=1.0 author=Arduino maintainer=Arduino -sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. For all Arduino boards, BUT Arduino DUE. +sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. paragraph= category=Communication url=http://www.arduino.cc/en/Reference/Wire -- cgit v1.2.3-18-g5258