diff --git a/hardware/arduino/avr/libraries/EEPROM/library.properties b/hardware/arduino/avr/libraries/EEPROM/library.properties index dfa46cd44b1..a446bb147a0 100644 --- a/hardware/arduino/avr/libraries/EEPROM/library.properties +++ b/hardware/arduino/avr/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/hardware/arduino/avr/libraries/EEPROM/EEPROM.h b/hardware/arduino/avr/libraries/EEPROM/src/EEPROM.h similarity index 100% rename from hardware/arduino/avr/libraries/EEPROM/EEPROM.h rename to hardware/arduino/avr/libraries/EEPROM/src/EEPROM.h diff --git a/hardware/arduino/avr/libraries/HID/library.properties b/hardware/arduino/avr/libraries/HID/library.properties index 5cbb5d741e2..9075bd87a81 100644 --- a/hardware/arduino/avr/libraries/HID/library.properties +++ b/hardware/arduino/avr/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/hardware/arduino/avr/libraries/HID/HID.cpp b/hardware/arduino/avr/libraries/HID/src/HID.cpp similarity index 100% rename from hardware/arduino/avr/libraries/HID/HID.cpp rename to hardware/arduino/avr/libraries/HID/src/HID.cpp diff --git a/hardware/arduino/avr/libraries/HID/HID.h b/hardware/arduino/avr/libraries/HID/src/HID.h similarity index 100% rename from hardware/arduino/avr/libraries/HID/HID.h rename to hardware/arduino/avr/libraries/HID/src/HID.h diff --git a/hardware/arduino/avr/libraries/SPI/library.properties b/hardware/arduino/avr/libraries/SPI/library.properties index 44285053626..327f1a0a907 100644 --- a/hardware/arduino/avr/libraries/SPI/library.properties +++ b/hardware/arduino/avr/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/hardware/arduino/avr/libraries/SPI/SPI.cpp b/hardware/arduino/avr/libraries/SPI/src/SPI.cpp similarity index 100% rename from hardware/arduino/avr/libraries/SPI/SPI.cpp rename to hardware/arduino/avr/libraries/SPI/src/SPI.cpp diff --git a/hardware/arduino/avr/libraries/SPI/SPI.h b/hardware/arduino/avr/libraries/SPI/src/SPI.h similarity index 100% rename from hardware/arduino/avr/libraries/SPI/SPI.h rename to hardware/arduino/avr/libraries/SPI/src/SPI.h diff --git a/hardware/arduino/avr/libraries/SoftwareSerial/library.properties b/hardware/arduino/avr/libraries/SoftwareSerial/library.properties index c42cbde71cb..776a85677ec 100644 --- a/hardware/arduino/avr/libraries/SoftwareSerial/library.properties +++ b/hardware/arduino/avr/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/hardware/arduino/avr/libraries/SoftwareSerial/SoftwareSerial.cpp b/hardware/arduino/avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp similarity index 100% rename from hardware/arduino/avr/libraries/SoftwareSerial/SoftwareSerial.cpp rename to hardware/arduino/avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp diff --git a/hardware/arduino/avr/libraries/SoftwareSerial/SoftwareSerial.h b/hardware/arduino/avr/libraries/SoftwareSerial/src/SoftwareSerial.h similarity index 100% rename from hardware/arduino/avr/libraries/SoftwareSerial/SoftwareSerial.h rename to hardware/arduino/avr/libraries/SoftwareSerial/src/SoftwareSerial.h diff --git a/hardware/arduino/avr/libraries/Wire/library.properties b/hardware/arduino/avr/libraries/Wire/library.properties index 811527bb796..1fc40bf721c 100644 --- a/hardware/arduino/avr/libraries/Wire/library.properties +++ b/hardware/arduino/avr/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 diff --git a/hardware/arduino/avr/libraries/Wire/Wire.cpp b/hardware/arduino/avr/libraries/Wire/src/Wire.cpp similarity index 100% rename from hardware/arduino/avr/libraries/Wire/Wire.cpp rename to hardware/arduino/avr/libraries/Wire/src/Wire.cpp diff --git a/hardware/arduino/avr/libraries/Wire/Wire.h b/hardware/arduino/avr/libraries/Wire/src/Wire.h similarity index 100% rename from hardware/arduino/avr/libraries/Wire/Wire.h rename to hardware/arduino/avr/libraries/Wire/src/Wire.h diff --git a/hardware/arduino/sam/libraries/HID/library.properties b/hardware/arduino/sam/libraries/HID/library.properties index 1beace148fa..0974f9052cc 100644 --- a/hardware/arduino/sam/libraries/HID/library.properties +++ b/hardware/arduino/sam/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/hardware/arduino/sam/libraries/HID/HID.cpp b/hardware/arduino/sam/libraries/HID/src/HID.cpp similarity index 100% rename from hardware/arduino/sam/libraries/HID/HID.cpp rename to hardware/arduino/sam/libraries/HID/src/HID.cpp diff --git a/hardware/arduino/sam/libraries/HID/HID.h b/hardware/arduino/sam/libraries/HID/src/HID.h similarity index 100% rename from hardware/arduino/sam/libraries/HID/HID.h rename to hardware/arduino/sam/libraries/HID/src/HID.h diff --git a/hardware/arduino/sam/libraries/SPI/library.properties b/hardware/arduino/sam/libraries/SPI/library.properties index fdc75484eda..3e96199db0d 100644 --- a/hardware/arduino/sam/libraries/SPI/library.properties +++ b/hardware/arduino/sam/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 Arduino DUE only. +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/hardware/arduino/sam/libraries/SPI/SPI.cpp b/hardware/arduino/sam/libraries/SPI/src/SPI.cpp similarity index 100% rename from hardware/arduino/sam/libraries/SPI/SPI.cpp rename to hardware/arduino/sam/libraries/SPI/src/SPI.cpp diff --git a/hardware/arduino/sam/libraries/SPI/SPI.h b/hardware/arduino/sam/libraries/SPI/src/SPI.h similarity index 100% rename from hardware/arduino/sam/libraries/SPI/SPI.h rename to hardware/arduino/sam/libraries/SPI/src/SPI.h diff --git a/hardware/arduino/sam/libraries/Wire/library.properties b/hardware/arduino/sam/libraries/Wire/library.properties index 26a54872f6c..881deb65556 100644 --- a/hardware/arduino/sam/libraries/Wire/library.properties +++ b/hardware/arduino/sam/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 Arduino DUE only. +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 diff --git a/hardware/arduino/sam/libraries/Wire/Wire.cpp b/hardware/arduino/sam/libraries/Wire/src/Wire.cpp similarity index 100% rename from hardware/arduino/sam/libraries/Wire/Wire.cpp rename to hardware/arduino/sam/libraries/Wire/src/Wire.cpp diff --git a/hardware/arduino/sam/libraries/Wire/Wire.h b/hardware/arduino/sam/libraries/Wire/src/Wire.h similarity index 100% rename from hardware/arduino/sam/libraries/Wire/Wire.h rename to hardware/arduino/sam/libraries/Wire/src/Wire.h diff --git a/libraries/Ethernet/library.properties b/libraries/Ethernet/library.properties index 3ad4ce07259..3a6f4c59f97 100644 --- a/libraries/Ethernet/library.properties +++ b/libraries/Ethernet/library.properties @@ -2,7 +2,7 @@ name=Ethernet version=1.1.1 author=Arduino maintainer=Arduino -sentence=Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards. +sentence=Enables network connection (local and Internet) using the Arduino Ethernet Board or Shield. paragraph=With this library you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS. category=Communication url=http://www.arduino.cc/en/Reference/Ethernet diff --git a/libraries/GSM/library.properties b/libraries/GSM/library.properties index 35cc01a7e49..c2111fd8996 100644 --- a/libraries/GSM/library.properties +++ b/libraries/GSM/library.properties @@ -2,7 +2,7 @@ name=GSM version=1.0.5 author=Arduino maintainer=Arduino -sentence=Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE. +sentence=Enables GSM/GRPS network connection using the Arduino GSM Shield. paragraph=Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.
This library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.
category=Communication url=http://www.arduino.cc/en/Reference/GSM diff --git a/libraries/LiquidCrystal/library.properties b/libraries/LiquidCrystal/library.properties index 96185d6f667..8b609089523 100644 --- a/libraries/LiquidCrystal/library.properties +++ b/libraries/LiquidCrystal/library.properties @@ -2,8 +2,8 @@ name=LiquidCrystal version=1.0.4 author=Arduino, Adafruit maintainer=Arduino -sentence=Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards. -paragraph=This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines). +sentence=Allows communication with alphanumerical liquid crystal displays (LCDs). +paragraph=This library allows an Arduino/Genuino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines). category=Display url=http://www.arduino.cc/en/Reference/LiquidCrystal architectures=* diff --git a/libraries/SD/library.properties b/libraries/SD/library.properties index a92754b859c..b8fa590b39c 100644 --- a/libraries/SD/library.properties +++ b/libraries/SD/library.properties @@ -2,8 +2,8 @@ name=SD version=1.0.7 author=Arduino, SparkFun maintainer=Arduino -sentence=Enables reading and writing on SD cards. For all Arduino boards. -paragraph=Once an SD memory card is connected to the SPI interfare of the Arduino board you are enabled to create files and read/write on them. You can also move through directories on the SD card. +sentence=Enables reading and writing on SD cards. +paragraph=Once an SD memory card is connected to the SPI interfare of the Arduino/Genuino board you are enabled to create files and read/write on them. You can also move through directories on the SD card. category=Data Storage url=http://www.arduino.cc/en/Reference/SD architectures=* diff --git a/libraries/Servo/library.properties b/libraries/Servo/library.properties index 8f347a1076d..39c709ddd47 100644 --- a/libraries/Servo/library.properties +++ b/libraries/Servo/library.properties @@ -2,7 +2,7 @@ name=Servo version=1.1.1 author=Michael Margolis, Arduino maintainer=Arduino -sentence=Allows Arduino boards to control a variety of servo motors. For all Arduino boards. +sentence=Allows Arduino/Genuino boards to control a variety of servo motors. paragraph=This library can control a great number of servos.
It makes careful use of timers: the library can control 12 servos using only 1 timer.
On the Arduino Due you can control up to 60 servos.
category=Device Control url=http://www.arduino.cc/en/Reference/Servo diff --git a/libraries/Stepper/library.properties b/libraries/Stepper/library.properties index 8f47b9cb73e..bd916db5a43 100644 --- a/libraries/Stepper/library.properties +++ b/libraries/Stepper/library.properties @@ -2,7 +2,7 @@ name=Stepper version=1.1.2 author=Arduino maintainer=Arduino -sentence=Allows Arduino boards to control a variety of stepper motors. For all Arduino boards. +sentence=Allows Arduino boards to control a variety of stepper motors. paragraph=This library allows you to control unipolar or bipolar stepper motors. To use it you will need a stepper motor, and the appropriate hardware to control it. category=Device Control url=http://www.arduino.cc/en/Reference/Stepper diff --git a/libraries/TFT/library.properties b/libraries/TFT/library.properties index 0c3f7e9f3f1..98a2dcf9b86 100644 --- a/libraries/TFT/library.properties +++ b/libraries/TFT/library.properties @@ -2,8 +2,8 @@ name=TFT version=1.0.5 author=Arduino, Adafruit maintainer=Arduino -sentence=Allows drawing text, images, and shapes on the Arduino TFT graphical display. For all Arduino boards. -paragraph=This library is compatible with most of the TFT display based on the ST7735 chipset +sentence=Allows drawing text, images, and shapes on the Arduino TFT graphical display. +paragraph=This library is compatible with most of the TFT display based on the ST7735 chipset. category=Display url=http://www.arduino.cc/en/Reference/TFTLibrary architectures=* diff --git a/libraries/WiFi/library.properties b/libraries/WiFi/library.properties index 0c61ff97e1d..0c11586dc92 100644 --- a/libraries/WiFi/library.properties +++ b/libraries/WiFi/library.properties @@ -2,7 +2,7 @@ name=WiFi version=1.2.6 author=Arduino maintainer=Arduino -sentence=Enables network connection (local and Internet) using the Arduino WiFi shield. For all Arduino boards. +sentence=Enables network connection (local and Internet) using the Arduino WiFi shield. paragraph=With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The shield can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS. category=Communication url=http://www.arduino.cc/en/Reference/WiFi