mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
Merge pull request #2194 from Fede85/ide-1.5.x_lib-description
Ide 1.5.x lib description
This commit is contained in:
commit
6200ec2039
8
hardware/arduino/avr/libraries/EEPROM/library.properties
Normal file
8
hardware/arduino/avr/libraries/EEPROM/library.properties
Normal file
@ -0,0 +1,8 @@
|
||||
name=EEPROM
|
||||
version=1.0
|
||||
author=Arduino
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
sentence=Enables reading and writing to the permanent board storage. For all Arduino boards BUT Arduino DUE.
|
||||
paragraph=
|
||||
url=http://arduino.cc/en/Reference/EEPROM
|
||||
architectures=avr
|
8
hardware/arduino/avr/libraries/SPI/library.properties
Normal file
8
hardware/arduino/avr/libraries/SPI/library.properties
Normal file
@ -0,0 +1,8 @@
|
||||
name=SPI
|
||||
version=1.0
|
||||
author=Arduino
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus. For all Arduino boards, BUT Arduino DUE.
|
||||
paragraph=
|
||||
url=http://arduino.cc/en/Reference/SPI
|
||||
architectures=avr
|
@ -0,0 +1,8 @@
|
||||
name=SoftwareSerial
|
||||
version=1.0
|
||||
author=Arduino
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
sentence=Enables serial communication on digital pins. For all Arduino boards, BUT Arduino DUE.
|
||||
paragraph=
|
||||
url=http://arduino.cc/en/Reference/SoftwareSerial
|
||||
architectures=avr
|
8
hardware/arduino/avr/libraries/Wire/library.properties
Normal file
8
hardware/arduino/avr/libraries/Wire/library.properties
Normal file
@ -0,0 +1,8 @@
|
||||
name=Wire
|
||||
version=1.0
|
||||
author=Arduino
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. For all Arduino boards, BUT Arduino DUE.
|
||||
paragraph=
|
||||
url=http://arduino.cc/en/Reference/Wire
|
||||
architectures=avr
|
8
hardware/arduino/sam/libraries/SPI/library.properties
Normal file
8
hardware/arduino/sam/libraries/SPI/library.properties
Normal file
@ -0,0 +1,8 @@
|
||||
name=SPI
|
||||
version=1.0
|
||||
author=Arduino
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus. For Arduino DUE only.
|
||||
paragraph=
|
||||
url=http://arduino.cc/en/Reference/SPI
|
||||
architectures=sam
|
8
hardware/arduino/sam/libraries/Wire/library.properties
Normal file
8
hardware/arduino/sam/libraries/Wire/library.properties
Normal file
@ -0,0 +1,8 @@
|
||||
name=Wire
|
||||
version=1.0
|
||||
author=Arduino
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. For Arduino DUE only.
|
||||
paragraph=
|
||||
url=http://arduino.cc/en/Reference/Wire
|
||||
architectures=sam
|
@ -2,7 +2,7 @@ name=Audio
|
||||
version=1.0
|
||||
author=Arduino
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
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.<br />The audio files must be in the raw .wav format.
|
||||
url=http://arduino.cc/en/Reference/Audio
|
||||
architectures=sam
|
||||
|
@ -2,7 +2,7 @@ name=Bridge
|
||||
version=1.0
|
||||
author=Arduino
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
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=*
|
||||
|
@ -2,7 +2,7 @@ name=Esplora
|
||||
version=1.0
|
||||
author=Arduino
|
||||
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.
|
||||
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.</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
|
||||
|
@ -2,7 +2,7 @@ name=Ethernet
|
||||
version=1.0
|
||||
author=Arduino
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
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=*
|
||||
|
@ -2,7 +2,7 @@ name=Firmata
|
||||
version=2.3.6
|
||||
author=Firmata Developers
|
||||
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.
|
||||
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=*
|
||||
|
@ -2,7 +2,7 @@ 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
|
||||
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.</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
|
||||
|
@ -2,7 +2,7 @@ name=LiquidCrystal
|
||||
version=1.0
|
||||
author=
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
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=*
|
||||
|
@ -2,7 +2,7 @@ name=Robot IR Remote
|
||||
version=1.0
|
||||
author=Arduino
|
||||
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.
|
||||
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
|
||||
|
@ -2,7 +2,7 @@ name=Robot Control
|
||||
version=1.0
|
||||
author=Arduino
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
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
|
||||
|
@ -2,7 +2,7 @@ name=Robot Motor
|
||||
version=1.0
|
||||
author=Arduino
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
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
|
||||
|
@ -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=*
|
||||
|
@ -2,7 +2,7 @@ name=Scheduler
|
||||
version=0.4
|
||||
author=Arduino
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
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.</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
|
||||
|
@ -2,7 +2,7 @@ name=Servo
|
||||
version=1.0
|
||||
author=Michael Margolis, Arduino
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
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.<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
|
||||
|
@ -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
|
||||
|
@ -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=*
|
||||
|
@ -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=*
|
||||
|
@ -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
|
||||
|
@ -2,7 +2,7 @@ name=USBHost
|
||||
version=1.0
|
||||
author=Arduino
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
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
|
||||
|
@ -2,7 +2,7 @@ name=WiFi
|
||||
version=1.2
|
||||
author=Arduino
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
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=*
|
||||
|
Loading…
Reference in New Issue
Block a user