1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

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 name=Audio
author=cmaglie author=cmaglie
email=Cristian Maglie <c.maglie@bug.st> 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. 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 url=http://arduino.cc/en/Reference/Audio
architectures=sam architectures=sam

View File

@ -1,10 +1,10 @@
name=EEPROM name=EEPROM
author=David A. Mellis author=Arduino
email=info@arduino.cc 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. 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 url=http://arduino.cc/en/Reference/EEPROM
architectures=avr architectures=avr
version=1.0 version=1.0
dependencies= none dependencies=
core-dependencies=arduino (>=1.5.0) core-dependencies=arduino (>=1.5.0)

View File

@ -1,10 +1,10 @@
name=Esplora name=Esplora
author=Arduino author=Arduino
email=info@arduino.cc 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. 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 url=http://arduino.cc/en/Reference/Esplora
architectures=avr architectures=avr
version=1.0 version=1.0
dependencies= none dependencies=
core-dependencies=arduino (>=1.5.0) core-dependencies=arduino (>=1.5.0)

View File

@ -1,10 +1,10 @@
name=Ethernet name=Ethernet
author= Adrian McEwen (DNS, Maintainer), Bjoern Hartmann (UDP), Jordan Terrell (DHCP), Cristian Maglie author=Arduino
email=info@arduino.cc 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. 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 url=http://arduino.cc/en/Reference/Ethernet
architectures=avr, sam architectures=*
version=1.0 version=1.0
dependencies= IPAddress, SPI dependencies=SPI
core-dependencies=arduino (>=1.5.0) core-dependencies=arduino (>=1.5.0)

View File

@ -1,10 +1,10 @@
name=Firmata name=Firmata
author=Hans-Christoph Steiner author=
email=Hans-Christoph Steiner <hans@at.or.at> (author), Paul Stoffregen <paul@pjrc.com> (maintainer) email=
sentence=This library implements the Firmata protocol and allows you to control the Arduino board from the an application on the computer. 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. 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 url=
architectures=avr, sam architectures=*
version=1.0 version=1.0
dependencies=SoftwareSerial dependencies=SoftwareSerial
core-dependencies=arduino (>=1.5.0) core-dependencies=arduino (>=1.5.0)

View File

@ -1,5 +1,5 @@
name=GSM name=GSM
author=Arduino, Telefonica+ID author=Arduino
email=info@arduino.cc email=info@arduino.cc
sentence=With this library you can use the Arduino GSM shield to connect on GSM and GPRS networks 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> 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>

View File

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

View File

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

View File

@ -1,11 +1,10 @@
name=SPI name=SPI
author=cmaglie author=cmaglie
email=Cristian Maglie <c.maglie@arduino.cc> 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. paragraph=This library implements the standard function available for the SPI bus.
url=http://arduino.cc/en/Reference/SPI url=http://arduino.cc/en/Reference/SPI
architectures=avr,sam architectures=avr,sam
version=1.0 version=1.0
dependencies= none dependencies=
core-dependencies=arduino (>=1.5.0) core-dependencies=arduino (>=1.5.0)

View File

@ -1,10 +1,10 @@
name=Scheduler name=Scheduler
author=The Android Open Source Project author=Arduino
email=info@arduino.cc 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. 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 url=http://arduino.cc/en/Reference/Scheduler
architectures=* architectures=sam
version=0.4 version=0.4
dependencies= none dependencies=
core-dependencies=arduino (>=1.5.0) core-dependencies=arduino (>=1.5.0)

View File

@ -1,8 +1,8 @@
name=Servo name=Servo
author=cmaglie author=
email=Cristian Maglie <c.maglie@bug.st> email=
sentence=Controls a lot of Servos. 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 url=http://arduino.cc/en/Reference/Servo
architectures=avr,sam architectures=avr,sam
version=1.0 version=1.0

View File

@ -1,10 +1,10 @@
name=SoftwareSerial name=SoftwareSerial
author=Mikal Hart author=
email=info@arduino.cc email=
sentence=With this library you can create a software Serial interface on two Arduino pins 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 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. 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/SD url=http://arduino.cc/en/Reference/SoftwareSerial
architectures=avr architectures=avr
version=1.0 version=1.0
dependencies= none dependencies=
core-dependencies=arduino (>=1.5.0) core-dependencies=arduino (>=1.5.0)

View File

@ -1,10 +1,10 @@
name=Stepper name=Stepper
author= Tom Igoe author=
email=info@arduino.cc email=
sentence=Drives a unipolar or bipolar stepper motor using 2 wires or 4 wires 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. 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 url=http://arduino.cc/en/Reference/Stepper
architectures=sam architectures=*
version=1.0 version=1.0
dependencies= none dependencies=
core-dependencies=arduino (>=1.5.0) core-dependencies=arduino (>=1.5.0)

View File

@ -1,7 +1,7 @@
name=TFT name=TFT
author=Adafruit/Arduino author=
email=info@arduino.cc email=
sentence=With this library you can write, draw and display images on TFT displays 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 paragraph=This library is compatible with most of the TFT display based on the ST7735 chipset
url=http://arduino.cc/en/Reference/TFTLibrary url=http://arduino.cc/en/Reference/TFTLibrary
architectures=* architectures=*

View File

@ -1,10 +1,10 @@
name=USBHost name=USBHost
author=Arduino author=Arduino
email=info@arduino.cc 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. 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 url=http://arduino.cc/en/Reference/USBHost
architectures=sam architectures=sam
version=1.0 version=1.0
dependencies= none dependencies=
core-dependencies=arduino (>=1.5.0) core-dependencies=arduino (>=1.5.0)

View File

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