From 0b4b76fa67fc226403f98e8da953f46555b9d9f9 Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Thu, 23 Apr 2015 13:01:30 +0200 Subject: [PATCH] Bundled libraries update --- libraries/Bridge/library.properties | 2 +- libraries/Esplora/library.properties | 18 +++++++++--------- libraries/Ethernet/library.properties | 18 +++++++++--------- libraries/Firmata/library.properties | 18 +++++++++--------- libraries/GSM/library.properties | 2 +- libraries/LiquidCrystal/library.properties | 18 +++++++++--------- libraries/RobotIRremote/library.properties | 2 +- libraries/Robot_Control/library.properties | 2 +- libraries/Robot_Motor/library.properties | 2 +- libraries/SD/library.properties | 18 +++++++++--------- libraries/Scheduler/library.properties | 18 +++++++++--------- libraries/Stepper/library.properties | 18 +++++++++--------- libraries/TFT/library.properties | 18 +++++++++--------- libraries/USBHost/library.properties | 18 +++++++++--------- libraries/WiFi/library.properties | 2 +- 15 files changed, 87 insertions(+), 87 deletions(-) diff --git a/libraries/Bridge/library.properties b/libraries/Bridge/library.properties index b454d08bf..8ace1720a 100644 --- a/libraries/Bridge/library.properties +++ b/libraries/Bridge/library.properties @@ -1,5 +1,5 @@ name=Bridge -version=1.0.1 +version=1.0.2 author=Arduino maintainer=Arduino sentence=Enables the communication between the Linux processor and the AVR. For Arduino Yún and TRE only. diff --git a/libraries/Esplora/library.properties b/libraries/Esplora/library.properties index 78640abd7..30ef99c98 100644 --- a/libraries/Esplora/library.properties +++ b/libraries/Esplora/library.properties @@ -1,9 +1,9 @@ -name=Esplora -version=1.0.1 -author=Arduino -maintainer=Arduino -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. -category=Device Control -url=http://arduino.cc/en/Reference/EsploraLibrary -architectures=avr +name=Esplora +version=1.0.2 +author=Arduino +maintainer=Arduino +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. +category=Device Control +url=http://arduino.cc/en/Reference/EsploraLibrary +architectures=avr diff --git a/libraries/Ethernet/library.properties b/libraries/Ethernet/library.properties index 6e54b8d40..0f61da904 100644 --- a/libraries/Ethernet/library.properties +++ b/libraries/Ethernet/library.properties @@ -1,9 +1,9 @@ -name=Ethernet -version=1.0.0 -author=Arduino -maintainer=Arduino -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. -category=Communication -url=http://arduino.cc/en/Reference/Ethernet -architectures=* +name=Ethernet +version=1.0.1 +author=Arduino +maintainer=Arduino +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. +category=Communication +url=http://arduino.cc/en/Reference/Ethernet +architectures=* diff --git a/libraries/Firmata/library.properties b/libraries/Firmata/library.properties index 426a086ba..e2237251e 100644 --- a/libraries/Firmata/library.properties +++ b/libraries/Firmata/library.properties @@ -1,9 +1,9 @@ -name=Firmata -version=2.3.6 -author=Firmata Developers -maintainer=Firmata Developers -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. -category=Device Control -url=http://firmata.org -architectures=* +name=Firmata +version=2.3.7 +author=Firmata Developers +maintainer=Firmata Developers +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. +category=Device Control +url=http://firmata.org +architectures=* diff --git a/libraries/GSM/library.properties b/libraries/GSM/library.properties index 8e3a78fd2..13de63a5f 100644 --- a/libraries/GSM/library.properties +++ b/libraries/GSM/library.properties @@ -1,5 +1,5 @@ name=GSM -version=1.0.1 +version=1.0.2 author=Arduino maintainer=Arduino sentence=Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE. diff --git a/libraries/LiquidCrystal/library.properties b/libraries/LiquidCrystal/library.properties index 5ab13d1c3..37764b2d7 100644 --- a/libraries/LiquidCrystal/library.properties +++ b/libraries/LiquidCrystal/library.properties @@ -1,9 +1,9 @@ -name=LiquidCrystal -version=1.0.0 -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). -category=Display -url=http://arduino.cc/en/Reference/LiquidCrystal -architectures=* +name=LiquidCrystal +version=1.0.0 +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). +category=Display +url=http://arduino.cc/en/Reference/LiquidCrystal +architectures=* diff --git a/libraries/RobotIRremote/library.properties b/libraries/RobotIRremote/library.properties index 15a1410a3..4db0bfa2b 100644 --- a/libraries/RobotIRremote/library.properties +++ b/libraries/RobotIRremote/library.properties @@ -1,5 +1,5 @@ name=Robot IR Remote -version=1.0.0 +version=1.0.1 author=Arduino maintainer=Arduino sentence=Allows controlling the Arduino Robot via an IR remote control. For Arduino Robot only. diff --git a/libraries/Robot_Control/library.properties b/libraries/Robot_Control/library.properties index fa0688d07..994b0b0b1 100644 --- a/libraries/Robot_Control/library.properties +++ b/libraries/Robot_Control/library.properties @@ -1,5 +1,5 @@ name=Robot Control -version=1.0.0 +version=1.0.1 author=Arduino maintainer=Arduino sentence=Enables easy access to the controls of the Arduino Robot Control board. For Arduino Robot only. diff --git a/libraries/Robot_Motor/library.properties b/libraries/Robot_Motor/library.properties index 6e95f86db..165412af2 100644 --- a/libraries/Robot_Motor/library.properties +++ b/libraries/Robot_Motor/library.properties @@ -1,5 +1,5 @@ name=Robot Motor -version=1.0.0 +version=1.0.1 author=Arduino maintainer=Arduino sentence=Enables easy access to the motors of the Arduino Robot Motor board. For Arduino Robot only. diff --git a/libraries/SD/library.properties b/libraries/SD/library.properties index 775844745..2cbf9f82a 100644 --- a/libraries/SD/library.properties +++ b/libraries/SD/library.properties @@ -1,9 +1,9 @@ -name=SD -version=1.0.2 -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. -category=Data Storage -url=http://arduino.cc/en/Reference/SD -architectures=* +name=SD +version=1.0.3 +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. +category=Data Storage +url=http://arduino.cc/en/Reference/SD +architectures=* diff --git a/libraries/Scheduler/library.properties b/libraries/Scheduler/library.properties index 1c616e203..9ab605bc7 100644 --- a/libraries/Scheduler/library.properties +++ b/libraries/Scheduler/library.properties @@ -1,9 +1,9 @@ -name=Scheduler -version=0.4.0 -author=Arduino -maintainer=Arduino -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. -category=Other -url=http://arduino.cc/en/Reference/Scheduler -architectures=sam +name=Scheduler +version=0.4.1 +author=Arduino +maintainer=Arduino +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. +category=Other +url=http://arduino.cc/en/Reference/Scheduler +architectures=sam diff --git a/libraries/Stepper/library.properties b/libraries/Stepper/library.properties index a6a8d949d..4b0af1134 100644 --- a/libraries/Stepper/library.properties +++ b/libraries/Stepper/library.properties @@ -1,9 +1,9 @@ -name=Stepper -version=1.0.0 -author=Arduino -maintainer=Arduino -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. -category=Device Control -url=http://arduino.cc/en/Reference/Stepper -architectures=* +name=Stepper +version=1.0.1 +author=Arduino +maintainer=Arduino +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. +category=Device Control +url=http://arduino.cc/en/Reference/Stepper +architectures=* diff --git a/libraries/TFT/library.properties b/libraries/TFT/library.properties index fdabe4fc1..382de6c56 100644 --- a/libraries/TFT/library.properties +++ b/libraries/TFT/library.properties @@ -1,9 +1,9 @@ -name=TFT -version=1.0.0 -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 -category=Display -url=http://arduino.cc/en/Reference/TFTLibrary -architectures=* +name=TFT +version=1.0.1 +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 +category=Display +url=http://arduino.cc/en/Reference/TFTLibrary +architectures=* diff --git a/libraries/USBHost/library.properties b/libraries/USBHost/library.properties index 55409dbfd..7cc5abc42 100644 --- a/libraries/USBHost/library.properties +++ b/libraries/USBHost/library.properties @@ -1,9 +1,9 @@ -name=USBHost -version=1.0.0 -author=Arduino -maintainer=Arduino -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. -category=Device Control -url=http://arduino.cc/en/Reference/USBHost -architectures=sam +name=USBHost +version=1.0.1 +author=Arduino +maintainer=Arduino +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. +category=Device Control +url=http://arduino.cc/en/Reference/USBHost +architectures=sam diff --git a/libraries/WiFi/library.properties b/libraries/WiFi/library.properties index 612c1ef0b..7f95cda2c 100644 --- a/libraries/WiFi/library.properties +++ b/libraries/WiFi/library.properties @@ -1,5 +1,5 @@ name=WiFi -version=1.2.1 +version=1.2.2 author=Arduino maintainer=Arduino sentence=Enables network connection (local and Internet) using the Arduino WiFi shield. For all Arduino boards.