From 8d3c4dbfec81c22bc258b7f08ff0958c6e1cd148 Mon Sep 17 00:00:00 2001 From: Alice Pintus Date: Tue, 1 Mar 2016 16:09:50 +0100 Subject: [PATCH 1/3] update sentences --- hardware/arduino/avr/libraries/EEPROM/library.properties | 2 +- hardware/arduino/avr/libraries/HID/library.properties | 2 +- hardware/arduino/avr/libraries/SPI/library.properties | 2 +- .../arduino/avr/libraries/SoftwareSerial/library.properties | 2 +- hardware/arduino/avr/libraries/Wire/library.properties | 2 +- hardware/arduino/sam/libraries/HID/library.properties | 2 +- hardware/arduino/sam/libraries/SPI/library.properties | 2 +- hardware/arduino/sam/libraries/Wire/library.properties | 2 +- libraries/Ethernet/library.properties | 2 +- libraries/GSM/library.properties | 2 +- libraries/LiquidCrystal/library.properties | 4 ++-- libraries/SD/library.properties | 4 ++-- libraries/Servo/library.properties | 2 +- libraries/Stepper/library.properties | 2 +- libraries/TFT/library.properties | 4 ++-- libraries/WiFi/library.properties | 2 +- 16 files changed, 19 insertions(+), 19 deletions(-) diff --git a/hardware/arduino/avr/libraries/EEPROM/library.properties b/hardware/arduino/avr/libraries/EEPROM/library.properties index dfa46cd44..a446bb147 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/HID/library.properties b/hardware/arduino/avr/libraries/HID/library.properties index 5cbb5d741..9075bd87a 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/SPI/library.properties b/hardware/arduino/avr/libraries/SPI/library.properties index 442850536..327f1a0a9 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/SoftwareSerial/library.properties b/hardware/arduino/avr/libraries/SoftwareSerial/library.properties index c42cbde71..776a85677 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/Wire/library.properties b/hardware/arduino/avr/libraries/Wire/library.properties index 811527bb7..1fc40bf72 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/sam/libraries/HID/library.properties b/hardware/arduino/sam/libraries/HID/library.properties index 1beace148..0974f9052 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/SPI/library.properties b/hardware/arduino/sam/libraries/SPI/library.properties index fdc75484e..3e96199db 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/Wire/library.properties b/hardware/arduino/sam/libraries/Wire/library.properties index 26a54872f..881deb655 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/libraries/Ethernet/library.properties b/libraries/Ethernet/library.properties index 3ad4ce072..3a6f4c59f 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 35cc01a7e..c2111fd89 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 96185d6f6..8b6090895 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 a92754b85..b8fa590b3 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 8f347a107..39c709ddd 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 8f47b9cb7..bd916db5a 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 0c3f7e9f3..98a2dcf9b 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 0c61ff97e..0c11586dc 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 From b9e83657b4e9ee22945ef433bdafc01ebee2479a Mon Sep 17 00:00:00 2001 From: Alice Pintus Date: Wed, 2 Mar 2016 10:49:39 +0100 Subject: [PATCH 2/3] moved .h file in src folder --- hardware/arduino/avr/libraries/EEPROM/{ => src}/EEPROM.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename hardware/arduino/avr/libraries/EEPROM/{ => src}/EEPROM.h (100%) 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 From d3065cbaeb6ee2c5b9d4d160eefe03dc2995a5ca Mon Sep 17 00:00:00 2001 From: Alice Pintus Date: Wed, 2 Mar 2016 14:45:57 +0100 Subject: [PATCH 3/3] add src folder when missing --- hardware/arduino/avr/libraries/HID/{ => src}/HID.cpp | 0 hardware/arduino/avr/libraries/HID/{ => src}/HID.h | 0 hardware/arduino/avr/libraries/SPI/{ => src}/SPI.cpp | 0 hardware/arduino/avr/libraries/SPI/{ => src}/SPI.h | 0 .../avr/libraries/SoftwareSerial/{ => src}/SoftwareSerial.cpp | 0 .../avr/libraries/SoftwareSerial/{ => src}/SoftwareSerial.h | 0 hardware/arduino/avr/libraries/Wire/{ => src}/Wire.cpp | 0 hardware/arduino/avr/libraries/Wire/{ => src}/Wire.h | 0 hardware/arduino/sam/libraries/HID/{ => src}/HID.cpp | 0 hardware/arduino/sam/libraries/HID/{ => src}/HID.h | 0 hardware/arduino/sam/libraries/SPI/{ => src}/SPI.cpp | 0 hardware/arduino/sam/libraries/SPI/{ => src}/SPI.h | 0 hardware/arduino/sam/libraries/Wire/{ => src}/Wire.cpp | 0 hardware/arduino/sam/libraries/Wire/{ => src}/Wire.h | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename hardware/arduino/avr/libraries/HID/{ => src}/HID.cpp (100%) rename hardware/arduino/avr/libraries/HID/{ => src}/HID.h (100%) rename hardware/arduino/avr/libraries/SPI/{ => src}/SPI.cpp (100%) rename hardware/arduino/avr/libraries/SPI/{ => src}/SPI.h (100%) rename hardware/arduino/avr/libraries/SoftwareSerial/{ => src}/SoftwareSerial.cpp (100%) rename hardware/arduino/avr/libraries/SoftwareSerial/{ => src}/SoftwareSerial.h (100%) rename hardware/arduino/avr/libraries/Wire/{ => src}/Wire.cpp (100%) rename hardware/arduino/avr/libraries/Wire/{ => src}/Wire.h (100%) rename hardware/arduino/sam/libraries/HID/{ => src}/HID.cpp (100%) rename hardware/arduino/sam/libraries/HID/{ => src}/HID.h (100%) rename hardware/arduino/sam/libraries/SPI/{ => src}/SPI.cpp (100%) rename hardware/arduino/sam/libraries/SPI/{ => src}/SPI.h (100%) rename hardware/arduino/sam/libraries/Wire/{ => src}/Wire.cpp (100%) rename hardware/arduino/sam/libraries/Wire/{ => src}/Wire.h (100%) 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/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/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/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/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/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/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