From b02e85ceb2e5b5bf07f6f7197a22f2b4635f0de5 Mon Sep 17 00:00:00 2001 From: Fede85 Date: Fri, 18 Jul 2014 19:11:54 +0200 Subject: [PATCH] modified sentences in library.properties files --- hardware/arduino/avr/libraries/EEPROM/library.properties | 7 +++++++ hardware/arduino/avr/libraries/SPI/library.properties | 7 +++++++ .../avr/libraries/SoftwareSerial/library.properties | 7 +++++++ hardware/arduino/avr/libraries/Wire/library.properties | 7 +++++++ hardware/arduino/sam/libraries/SPI/library.properties | 7 +++++++ hardware/arduino/sam/libraries/Wire/library.properties | 7 +++++++ libraries/Audio/library.properties | 2 +- libraries/Bridge/library.properties | 2 +- libraries/Esplora/library.properties | 2 +- libraries/Ethernet/library.properties | 2 +- libraries/Firmata/library.properties | 2 +- libraries/GSM/library.properties | 2 +- libraries/LiquidCrystal/library.properties | 2 +- libraries/RobotIRremote/library.properties | 2 +- libraries/Robot_Control/library.properties | 2 +- libraries/Robot_Motor/library.properties | 2 +- libraries/SD/library.properties | 2 +- libraries/Scheduler/library.properties | 2 +- libraries/Servo/library.properties | 2 +- libraries/SpacebrewYun/library.properties | 2 +- libraries/Stepper/library.properties | 2 +- libraries/TFT/library.properties | 2 +- libraries/Temboo/library.properties | 2 +- libraries/USBHost/library.properties | 2 +- libraries/WiFi/library.properties | 2 +- 25 files changed, 61 insertions(+), 19 deletions(-) create mode 100644 hardware/arduino/avr/libraries/EEPROM/library.properties create mode 100644 hardware/arduino/avr/libraries/SPI/library.properties create mode 100644 hardware/arduino/avr/libraries/SoftwareSerial/library.properties create mode 100644 hardware/arduino/avr/libraries/Wire/library.properties create mode 100644 hardware/arduino/sam/libraries/SPI/library.properties create mode 100644 hardware/arduino/sam/libraries/Wire/library.properties diff --git a/hardware/arduino/avr/libraries/EEPROM/library.properties b/hardware/arduino/avr/libraries/EEPROM/library.properties new file mode 100644 index 000000000..d8af564d9 --- /dev/null +++ b/hardware/arduino/avr/libraries/EEPROM/library.properties @@ -0,0 +1,7 @@ +name=EEPROM +version=1.0 +author=Arduino +maintainer=Arduino +sentence=Enables reading and writing to the permanent board storage. For all Arduino boards BUT Arduino DUE. +url=http://arduino.cc/en/Reference/EEPROM +architectures=avr diff --git a/hardware/arduino/avr/libraries/SPI/library.properties b/hardware/arduino/avr/libraries/SPI/library.properties new file mode 100644 index 000000000..d402e2ef9 --- /dev/null +++ b/hardware/arduino/avr/libraries/SPI/library.properties @@ -0,0 +1,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. +url=http://arduino.cc/en/Reference/SPI +architectures=avr diff --git a/hardware/arduino/avr/libraries/SoftwareSerial/library.properties b/hardware/arduino/avr/libraries/SoftwareSerial/library.properties new file mode 100644 index 000000000..72d34f847 --- /dev/null +++ b/hardware/arduino/avr/libraries/SoftwareSerial/library.properties @@ -0,0 +1,7 @@ +name=SoftwareSerial +version=1.0 +author=Arduino +maintainer=Arduino +sentence=Enables serial communication on digital pins. For all Arduino boards, BUT Arduino DUE. +url=http://arduino.cc/en/Reference/SoftwareSerial +architectures=avr diff --git a/hardware/arduino/avr/libraries/Wire/library.properties b/hardware/arduino/avr/libraries/Wire/library.properties new file mode 100644 index 000000000..885f70e42 --- /dev/null +++ b/hardware/arduino/avr/libraries/Wire/library.properties @@ -0,0 +1,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. +url=http://arduino.cc/en/Reference/Wire +architectures=avr diff --git a/hardware/arduino/sam/libraries/SPI/library.properties b/hardware/arduino/sam/libraries/SPI/library.properties new file mode 100644 index 000000000..443b6a073 --- /dev/null +++ b/hardware/arduino/sam/libraries/SPI/library.properties @@ -0,0 +1,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. +url=http://arduino.cc/en/Reference/SPI +architectures=sam diff --git a/hardware/arduino/sam/libraries/Wire/library.properties b/hardware/arduino/sam/libraries/Wire/library.properties new file mode 100644 index 000000000..2d7988881 --- /dev/null +++ b/hardware/arduino/sam/libraries/Wire/library.properties @@ -0,0 +1,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. +url=http://arduino.cc/en/Reference/Wire +architectures=sam diff --git a/libraries/Audio/library.properties b/libraries/Audio/library.properties index e7381cb11..c93b8523e 100644 --- a/libraries/Audio/library.properties +++ b/libraries/Audio/library.properties @@ -2,7 +2,7 @@ name=Audio version=1.0 author=Arduino maintainer=Arduino -sentence=Play audio files through the DAC outputs of the Arduino Due. +sentence=Allows playing audio files from an SD card. For Arduino DUE only. paragraph=With this library you can use the Arduino Due DAC outputs to play audio files.
The audio files must be in the raw .wav format. url=http://arduino.cc/en/Reference/Audio architectures=sam diff --git a/libraries/Bridge/library.properties b/libraries/Bridge/library.properties index a865374a4..1fd4643dc 100644 --- a/libraries/Bridge/library.properties +++ b/libraries/Bridge/library.properties @@ -2,7 +2,7 @@ name=Bridge version=1.0 author=Arduino maintainer=Arduino -sentence=The library to use the Arduino Yún. The Bridge library create a link between the 32U4 and the AR9331 enabling to control most of the linux features from the sketch. +sentence=Enables the communication between the Linux processor and the AVR on the Yún. For Arduino Yún and TRE only. paragraph=The Bridge library feature: access to the shared storage, run and manage linux processes, open a remote console, access to the linux file system, including the SD card, enstablish http clients or servers. url=http://arduino.cc/en/Reference/YunBridgeLibrary architectures=* diff --git a/libraries/Esplora/library.properties b/libraries/Esplora/library.properties index 937c998a8..7d0623e30 100644 --- a/libraries/Esplora/library.properties +++ b/libraries/Esplora/library.properties @@ -2,7 +2,7 @@ name=Esplora version=1.0 author=Arduino maintainer=Arduino -sentence=A companion library for the Arduino Esplora board. It make it easier to access the onboard sensors and the actuators. +sentence=Grants easy access to the various sensors and actuators of the Esplora. For Arduino Esplora only. paragraph=The sensors available on the board are:2-Axis analog joystick with center push-button,4 push-buttons,microphone, light sensor, temperature sensor, 3-axis accelerometer, 2 TinkerKit input connectors.
The actuators available on the board are: bright RGB LED, piezo buzzer, 2 TinkerKit output connectors. url=http://arduino.cc/en/Reference/Esplora architectures=avr diff --git a/libraries/Ethernet/library.properties b/libraries/Ethernet/library.properties index b477f5044..bfb866ab6 100644 --- a/libraries/Ethernet/library.properties +++ b/libraries/Ethernet/library.properties @@ -2,7 +2,7 @@ name=Ethernet version=1.0 author=Arduino maintainer=Arduino -sentence=The libary to use the Arduino Ethernet shield or the Arduino Ethernet based on the WizNet W5100. +sentence=Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards. 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. url=http://arduino.cc/en/Reference/Ethernet architectures=* diff --git a/libraries/Firmata/library.properties b/libraries/Firmata/library.properties index f36a02ffd..683f1e2fa 100644 --- a/libraries/Firmata/library.properties +++ b/libraries/Firmata/library.properties @@ -2,7 +2,7 @@ name=Firmata version=2.3.6 author=Firmata Developers maintainer=Firmata Developers -sentence=This library implements the Firmata protocol and allows you to control the Arduino board from the an application on the computer. +sentence= Enables the communication with computer apps using a standard serial protocol. For all Arduino boards. paragraph=The Firmata library implements the Firmata protocol for communicating with software on the host computer. This allows you to write custom firmware without having to create your own protocol and objects for the programming environment that you are using. url=http://firmata.org architectures=* diff --git a/libraries/GSM/library.properties b/libraries/GSM/library.properties index f638a656d..7d5216376 100644 --- a/libraries/GSM/library.properties +++ b/libraries/GSM/library.properties @@ -2,7 +2,7 @@ name=GSM version=1.0 author=Arduino maintainer=Arduino -sentence=With this library you can use the Arduino GSM shield to connect on GSM and GPRS networks +sentence=Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE. 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.
url=http://arduino.cc/en/Reference/GSM architectures=avr diff --git a/libraries/LiquidCrystal/library.properties b/libraries/LiquidCrystal/library.properties index 039677d8c..514b293ce 100644 --- a/libraries/LiquidCrystal/library.properties +++ b/libraries/LiquidCrystal/library.properties @@ -2,7 +2,7 @@ name=LiquidCrystal version=1.0 author= maintainer=Arduino -sentence=Write to an alphanumeric LCD display. +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). url=http://arduino.cc/en/Reference/LiquidCrystal architectures=* diff --git a/libraries/RobotIRremote/library.properties b/libraries/RobotIRremote/library.properties index 481c0706e..445530238 100644 --- a/libraries/RobotIRremote/library.properties +++ b/libraries/RobotIRremote/library.properties @@ -2,7 +2,7 @@ name=Robot IR Remote version=1.0 author=Arduino maintainer=Arduino -sentence=This library is based on the Ken Shirriff IR-Remote library and is used to send commands to the Arduino Robot Control Board. +sentence=Allows controlling the Arduino Robot via an IR remote control. For Arduino Robot only. paragraph= url=https://github.com/shirriff/Arduino-IRremote architectures=avr diff --git a/libraries/Robot_Control/library.properties b/libraries/Robot_Control/library.properties index f1ccf8213..d72d2491e 100644 --- a/libraries/Robot_Control/library.properties +++ b/libraries/Robot_Control/library.properties @@ -2,7 +2,7 @@ name=Robot Control version=1.0 author=Arduino maintainer=Arduino -sentence=This is the library for programming the Control Board of the Arduino Robot. +sentence= Enables easy access to the controls of the Arduino Robot Control board. For Arduino Robot only. paragraph=The Arduino robot is made by two independent boards. The Control Board is the top board of the Arduino Robot, with this library you can easily write sketches to control the robot. url=http://arduino.cc/en/Reference/RobotLibrary architectures=avr diff --git a/libraries/Robot_Motor/library.properties b/libraries/Robot_Motor/library.properties index 5e4395a0f..f96f1c6f7 100644 --- a/libraries/Robot_Motor/library.properties +++ b/libraries/Robot_Motor/library.properties @@ -2,7 +2,7 @@ name=Robot Motor version=1.0 author=Arduino maintainer=Arduino -sentence=This is the library for programming the Motor Board of the Arduino Robot. +sentence=Enables easy access to the motors of the Arduino Robot Motor board. For Arduino Robot only. paragraph= url=http://arduino.cc/en/Reference/RobotLibrary architectures=avr diff --git a/libraries/SD/library.properties b/libraries/SD/library.properties index cf8051f60..397a26aac 100644 --- a/libraries/SD/library.properties +++ b/libraries/SD/library.properties @@ -2,7 +2,7 @@ name=SD version=1.0 author= email= -sentence=Use an SD card to save data and operate on files. +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. url=http://arduino.cc/en/Reference/SD architectures=* diff --git a/libraries/Scheduler/library.properties b/libraries/Scheduler/library.properties index d832efbd8..ad54471b6 100644 --- a/libraries/Scheduler/library.properties +++ b/libraries/Scheduler/library.properties @@ -2,7 +2,7 @@ name=Scheduler version=0.4 author=Arduino maintainer=Arduino -sentence=Run multiple functions at the same time. This allows tasks to happen without interrupting each other. +sentence=Allows multiple tasks to run at the same time, without interrupting each other. For Arduino DUE only. paragraph=The Scheduler library enables the Arduino Due to run multiple functions at the same time. This allows tasks to happen without interrupting each other.
This is a cooperative scheduler in that the CPU switches from one task to another. The library includes methods for passing control between tasks. url=http://arduino.cc/en/Reference/Scheduler architectures=sam diff --git a/libraries/Servo/library.properties b/libraries/Servo/library.properties index b28a1f90c..15596ccf4 100644 --- a/libraries/Servo/library.properties +++ b/libraries/Servo/library.properties @@ -2,7 +2,7 @@ name=Servo version=1.0 author=Michael Margolis, Arduino maintainer=Arduino -sentence=Controls a lot of Servos. +sentence=Allows Arduino boards to control a variety of servo motors. For all Arduino boards. 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.
url=http://arduino.cc/en/Reference/Servo architectures=avr,sam diff --git a/libraries/SpacebrewYun/library.properties b/libraries/SpacebrewYun/library.properties index d6137af03..e33206dd6 100644 --- a/libraries/SpacebrewYun/library.properties +++ b/libraries/SpacebrewYun/library.properties @@ -1,7 +1,7 @@ name=SpacebrewYun author=Julio Terra email=julioterra@gmail.com -sentence=Easily connect the Arduino Yún to Spacebrew +sentence=Enables the communication between interactive objects using WebSockets. For Arduino Yún only. paragraph=This library was developed to enable you to easily connect the Arduino Yún to Spacebrew. To learn more about Spacebrew visit Spacebrew.cc url=https://github.com/julioterra/yunSpacebrew architectures=avr diff --git a/libraries/Stepper/library.properties b/libraries/Stepper/library.properties index 97d68e1c1..28d2e58bc 100644 --- a/libraries/Stepper/library.properties +++ b/libraries/Stepper/library.properties @@ -2,7 +2,7 @@ name=Stepper version=1.0 author= maintainer= -sentence=Drives a unipolar or bipolar stepper motor using 2 wires or 4 wires +sentence=Allows Arduino boards to control a variety of stepper motors. For all Arduino boards. 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. url=http://arduino.cc/en/Reference/Stepper architectures=* diff --git a/libraries/TFT/library.properties b/libraries/TFT/library.properties index 640f9de4c..9a88fabf3 100644 --- a/libraries/TFT/library.properties +++ b/libraries/TFT/library.properties @@ -2,7 +2,7 @@ name=TFT version=1.0 author= maintainer= -sentence=Write, draw and display images on TFT displays +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 url=http://arduino.cc/en/Reference/TFTLibrary architectures=* diff --git a/libraries/Temboo/library.properties b/libraries/Temboo/library.properties index 5f56af1e2..adb2bc712 100644 --- a/libraries/Temboo/library.properties +++ b/libraries/Temboo/library.properties @@ -1,7 +1,7 @@ name=Temboo author=Temboo email=support@temboo.com -sentence=This library enables calls to Temboo, a platform that connects the Yún to 100+ APIs. +sentence=Allows any Arduino with Internet access to connect to web-based resources and services APIs. paragraph=Temboo is a platform that provides normalized access to 100+ APIs, databases, code utilities and more. This library enables the Yún to connect to Temboo, making it simple to interact with a vast array of web-based resources and services. url=http://www.temboo.com architectures=avr diff --git a/libraries/USBHost/library.properties b/libraries/USBHost/library.properties index ab375c5cd..cfd5eb9bd 100644 --- a/libraries/USBHost/library.properties +++ b/libraries/USBHost/library.properties @@ -2,7 +2,7 @@ name=USBHost version=1.0 author=Arduino maintainer=Arduino -sentence=Allows an Arduino Due board to appear as a USB host +sentence=Allows the communication with USB peripherals like mice, keyboards, and thumbdrives. For Arduino DUE only. paragraph=The USBHost library allows an Arduino Due board to appear as a USB host, enabling it to communicate with peripherals like USB mice and keyboards. USBHost does not support devices that are connected through USB hubs. This includes some keyboards that have an internal hub. url=http://arduino.cc/en/Reference/USBHost architectures=sam diff --git a/libraries/WiFi/library.properties b/libraries/WiFi/library.properties index 6f82d1dbf..4f5d7cafb 100644 --- a/libraries/WiFi/library.properties +++ b/libraries/WiFi/library.properties @@ -2,7 +2,7 @@ name=WiFi version=1.2 author=Arduino maintainer=Arduino -sentence=Libary for the Arduino WiFi shield. +sentence=Enables network connection (local and Internet) using the Arduino WiFi shield. For all Arduino boards. 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. url=http:http://arduino.cc/en/Reference/WiFi architectures=*