1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00

Updated all library.properties to 1.5 rev2 lib format

This commit is contained in:
Cristian Maglie 2014-02-18 17:22:40 +01:00
parent 170b742e4b
commit 76ded605ff
16 changed files with 30 additions and 60 deletions

View File

@ -1,10 +1,8 @@
name=Bridge
version=1.0
author=Arduino
email=info@arduino.cc
maintainer=Arduino <info@arduino.cc>
sentence=The library to use the Arduino YUN. The Bridge library create a link between the 32U4 and the AR9331 enabling to control most of the linux features from the sketch.
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=*
version=1.0
dependencies=none
core-dependencies=arduino (>1.5.4)

View File

@ -1,10 +1,8 @@
name=Esplora
version=1.0
author=Arduino
email=info@arduino.cc
maintainer=Arduino <info@arduino.cc>
sentence=A companion library for the Arduino Esplora board. It make it easier to access the onboard sensors and the actuators.
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.</br>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
version=1.0
dependencies=
core-dependencies=arduino (>=1.5.0)

View File

@ -1,10 +1,8 @@
name=Ethernet
version=1.0
author=Arduino
email=info@arduino.cc
maintainer=Arduino <info@arduino.cc>
sentence=The libary to use the Arduino Ethernet shield or the Arduino Ethernet based on the WizNet W5100.
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=*
version=1.0
dependencies=SPI
core-dependencies=arduino (>=1.5.0)

View File

@ -1,10 +1,8 @@
name=Firmata
version=2.3.6
author=Firmata Developers
email=firmata-devel@lists.sourceforge.net
maintainer=Firmata Developers <firmata-devel@lists.sourceforge.net>
sentence=This library implements the Firmata protocol and allows you to control the Arduino board from the an application on the computer.
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=*
version=2.3.6
dependencies=
core-dependencies=arduino (>=1.5.0)

View File

@ -1,8 +1,8 @@
name=GSM
version=1.0
author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=With this library you can use the Arduino GSM shield to connect on GSM and GPRS networks
paragraph=Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.</br>This library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.</br>
url=http://arduino.cc/en/Reference/GSM
architectures=avr
version=1.0

View File

@ -1,10 +1,8 @@
name=LiquidCrystal
version=1.0
author=
email=
maintainer=Arduino <info@arduino.cc>
sentence=Write to an alphanumeric LCD display.
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=*
version=1.0
dependencies=
core-dependencies=arduino (>=1.5.0)

View File

@ -1,10 +1,8 @@
name=Robot IR Remote
version=1.0
author=Arduino
email=info@arduino.cc
maintainer=Arduino <info@arduino.cc>
sentence=This library is based on the Ken Shirriff IR-Remote library and is used to send commands to the Arduino Robot Control Board.
paragraph=
url=https://github.com/shirriff/Arduino-IRremote
architectures=avr
version=1.0
dependencies=
core-dependencies=arduino (>=1.5.0)

View File

@ -1,10 +1,8 @@
name=Robot Motor
version=1.0
author=Arduino
email=info@arduino.cc
maintainer=Arduino <info@arduino.cc>
sentence=This is the library for programming the Motor Board of the Arduino Robot.
paragraph=
url=http://arduino.cc/en/Reference/RobotLibrary
architectures=avr
version=1.0
dependencies=
core-dependencies=arduino (>=1.5.0)

View File

@ -1,10 +1,8 @@
name=SD
version=1.0
author=
email=
sentence=Use an SD card to save data and operate on files.
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=*
version=1.0
dependencies= SPI
core-dependencies=arduino (>=1.5.0)

View File

@ -1,10 +1,8 @@
name=Scheduler
version=0.4
author=Arduino
email=info@arduino.cc
maintainer=Arduino <info@arduino.cc>
sentence=Run multiple functions at the same time. This allows tasks to happen without interrupting each other.
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.</br>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
version=0.4
dependencies=
core-dependencies=arduino (>=1.5.0)

View File

@ -1,10 +1,8 @@
name=SpacebrewYun
version=1.0
author=Julio Terra
email=julioterra@gmail.com
maintainer=Julio Terra <julioterra@gmail.com>
sentence=Easily connect the Arduino Yun to Spacebrew
paragraph=This library was developed to enable you to easily connect the Arduino Yun to Spacebrew. To learn more about Spacebrew visit Spacebrew.cc
url=https://github.com/julioterra/yunSpacebrew
architectures=avr
version=1.0
dependencies=Bridge
core-dependencies=arduino (>=1.5.0)

View File

@ -1,10 +1,8 @@
name=Stepper
version=1.0
author=
email=
maintainer=
sentence=Drives a unipolar or bipolar stepper motor using 2 wires or 4 wires
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=*
version=1.0
dependencies=
core-dependencies=arduino (>=1.5.0)

View File

@ -1,10 +1,8 @@
name=TFT
version=1.0
author=
email=
maintainer=
sentence=Write, draw and display images on TFT displays
paragraph=This library is compatible with most of the TFT display based on the ST7735 chipset
url=http://arduino.cc/en/Reference/TFTLibrary
architectures=*
version=1.0
dependencies=SPI,SD
core-dependencies=arduino (>=1.5.0)

View File

@ -1,10 +1,8 @@
name=Temboo
version=1.0
author=Temboo
email=support@temboo.com
maintainer=Temboo <support@temboo.com>
sentence=This library enables calls to Temboo, a platform that connects the Yun to 100+ APIs.
paragraph=Temboo is a platform that provides normalized access to 100+ APIs, databases, code utilities and more. This library enables the Yun 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
version=1.0
dependencies=Bridge
core-dependencies=arduino (>=1.5.0)

View File

@ -1,10 +1,8 @@
name=USBHost
version=1.0
author=Arduino
email=info@arduino.cc
maintainer=Arduino <info@arduino.cc>
sentence=Allows an Arduino Due board to appear as a USB host
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
version=1.0
dependencies=
core-dependencies=arduino (>=1.5.0)

View File

@ -1,10 +1,8 @@
name=WiFi
version=1.2
author=Arduino
email=info@arduino.cc
maintainer=Arduino <info@arduino.cc>
sentence=Libary for 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.
url=http:http://arduino.cc/en/Reference/WiFi
architectures=*
version=1.2
dependencies=SPI
core-dependencies=arduino (>=1.5.0)