Updated libraries metadata

This commit is contained in:
Cristian Maglie 2013-08-08 16:40:55 +02:00
parent 4baf375386
commit 07d9d558b5
16 changed files with 54 additions and 55 deletions

View File

@ -1,7 +1,7 @@
name=Audio
author=cmaglie
email=Cristian Maglie <c.maglie@bug.st>
sentence=The libary to play audio files through the DAC outputs of the Arduino Due.
sentence=Play audio files through the DAC outputs of the Arduino Due.
paragraph=With this library you can use the Arduino Due DAC outputs to play audio files.<br />The audio files must be in the raw .wav format.
url=http://arduino.cc/en/Reference/Audio
architectures=sam

View File

@ -1,10 +1,10 @@
name=EEPROM
author=David A. Mellis
author=Arduino
email=info@arduino.cc
sentence=The libary to read/write the EEPROM memory on the AVR-based Arduino boards.
sentence=Read/Write the EEPROM memory on the AVR-based Arduino boards.
paragraph=With this library you can read and write bytes to the EEPROM memory, that is available on the AVR microcontrollers mounted on the Arduino boards.
url=http://arduino.cc/en/Reference/EEPROM
architectures=avr
version=1.0
dependencies= none
dependencies=
core-dependencies=arduino (>=1.5.0)

View File

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

View File

@ -1,10 +1,10 @@
name=Ethernet
author= Adrian McEwen (DNS, Maintainer), Bjoern Hartmann (UDP), Jordan Terrell (DHCP), Cristian Maglie
author=Arduino
email=info@arduino.cc
sentence=The libary to use the Arduino Ethernet shield or the Arduino Ethernet based on the WizNet W5100 ic.
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=avr, sam
architectures=*
version=1.0
dependencies= IPAddress, SPI
dependencies=SPI
core-dependencies=arduino (>=1.5.0)

View File

@ -1,10 +1,10 @@
name=Firmata
author=Hans-Christoph Steiner
email=Hans-Christoph Steiner <hans@at.or.at> (author), Paul Stoffregen <paul@pjrc.com> (maintainer)
author=
email=
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://arduino.cc/en/Reference/Firmata</br>http://firmata.org
architectures=avr, sam
url=
architectures=*
version=1.0
dependencies= SoftwareSerial
dependencies=SoftwareSerial
core-dependencies=arduino (>=1.5.0)

View File

@ -1,10 +1,10 @@
name=GSM
author=Arduino, Telefonica+ID
author=Arduino
email=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
dependencies= Software Serial
dependencies=SoftwareSerial
core-dependencies=arduino (>=1.5.0)

View File

@ -1,10 +1,10 @@
name=LiquidCrystal
author=
email=info@arduino.cc
sentence=The library to write on 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).
email=
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=avr, sam
architectures=*
version=1.0
dependencies= none
dependencies=
core-dependencies=arduino (>=1.5.0)

View File

@ -1,7 +1,7 @@
name=SD
author=SparkFun Electronics
email=info@arduino.cc
sentence=With this library you can use an SD card to save data and operate on files.
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=*

View File

@ -1,11 +1,10 @@
name=SPI
author=cmaglie
email=Cristian Maglie <c.maglie@arduino.cc>
sentence=With this library you can use the SPI interface of your Arduino board.
sentence=Handle communications through SPI bus
paragraph=This library implements the standard function available for the SPI bus.
url=http://arduino.cc/en/Reference/SPI
architectures=avr, sam
architectures=avr,sam
version=1.0
dependencies= none
dependencies=
core-dependencies=arduino (>=1.5.0)

View File

@ -1,10 +1,10 @@
name=Scheduler
author=The Android Open Source Project
author=Arduino
email=info@arduino.cc
sentence=The Scheduler library enables the Arduino Due to run multiple functions at the same time. This allows tasks to happen without interrupting each other.
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=*
architectures=sam
version=0.4
dependencies= none
dependencies=
core-dependencies=arduino (>=1.5.0)

View File

@ -1,8 +1,8 @@
name=Servo
author=cmaglie
email=Cristian Maglie <c.maglie@bug.st>
author=
email=
sentence=Controls a lot of Servos.
paragraph=This library can control a great number of servos.<br />It makes careful use of timers: the library can control 12 servos with only 1 timer!<br />On the Arduino Due you can control up to 60 servos.<br />
paragraph=This library can control a great number of servos.<br />It makes careful use of timers: the library can control 12 servos using only 1 timer.<br />On the Arduino Due you can control up to 60 servos.<br />
url=http://arduino.cc/en/Reference/Servo
architectures=avr,sam
version=1.0

View File

@ -1,10 +1,10 @@
name=SoftwareSerial
author=Mikal Hart
email=info@arduino.cc
sentence=With this library you can create a software Serial interface on two Arduino pins
paragraph=you can choose two Arduino pins and use them as RX and TX channels of a Serial interface.</br>This library emulate the in software the behaviour of a serial interface.</br>For the RX pis in mandatory to use a pin with the PinChange interrupt capability.
url=http://arduino.cc/en/Reference/SD
author=
email=
sentence=Emulate a serial port via software
paragraph=You can choose two Arduino pins and use them as RX and TX channels of a serial interface.</br>This library emulate in software the behaviour of a serial interface.</br>For the RX pis in mandatory to use a pin with the PinChange interrupt capability.
url=http://arduino.cc/en/Reference/SoftwareSerial
architectures=avr
version=1.0
dependencies= none
dependencies=
core-dependencies=arduino (>=1.5.0)

View File

@ -1,10 +1,10 @@
name=Stepper
author= Tom Igoe
email=info@arduino.cc
author=
email=
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=sam
architectures=*
version=1.0
dependencies= none
dependencies=
core-dependencies=arduino (>=1.5.0)

View File

@ -1,10 +1,10 @@
name=TFT
author=Adafruit/Arduino
email=info@arduino.cc
sentence=With this library you can write, draw and display images on TFT displays
author=
email=
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
dependencies=SPI,SD
core-dependencies=arduino (>=1.5.0)

View File

@ -1,10 +1,10 @@
name=USBHost
author=Arduino
email=info@arduino.cc
sentence=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.
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= none
dependencies=
core-dependencies=arduino (>=1.5.0)

View File

@ -1,10 +1,10 @@
name=WiFi
author=Arduino
email=info@arduino.cc
sentence=The libary to use with the Arduino WiFi shield.
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=avr, sam
architectures=avr,sam
version=1.2
dependencies=SPI, IPAddress
dependencies=SPI
core-dependencies=arduino (>=1.5.0)