mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-21 15:54:39 +01:00
Bundled libraries update
This commit is contained in:
parent
f76087cd10
commit
0b4b76fa67
@ -1,5 +1,5 @@
|
|||||||
name=Bridge
|
name=Bridge
|
||||||
version=1.0.1
|
version=1.0.2
|
||||||
author=Arduino
|
author=Arduino
|
||||||
maintainer=Arduino <info@arduino.cc>
|
maintainer=Arduino <info@arduino.cc>
|
||||||
sentence=Enables the communication between the Linux processor and the AVR. For Arduino Yún and TRE only.
|
sentence=Enables the communication between the Linux processor and the AVR. For Arduino Yún and TRE only.
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
name=Esplora
|
name=Esplora
|
||||||
version=1.0.1
|
version=1.0.2
|
||||||
author=Arduino
|
author=Arduino
|
||||||
maintainer=Arduino <info@arduino.cc>
|
maintainer=Arduino <info@arduino.cc>
|
||||||
sentence=Grants easy access to the various sensors and actuators of the Esplora. For Arduino Esplora only.
|
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.
|
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.
|
||||||
category=Device Control
|
category=Device Control
|
||||||
url=http://arduino.cc/en/Reference/EsploraLibrary
|
url=http://arduino.cc/en/Reference/EsploraLibrary
|
||||||
architectures=avr
|
architectures=avr
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
name=Ethernet
|
name=Ethernet
|
||||||
version=1.0.0
|
version=1.0.1
|
||||||
author=Arduino
|
author=Arduino
|
||||||
maintainer=Arduino <info@arduino.cc>
|
maintainer=Arduino <info@arduino.cc>
|
||||||
sentence=Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards.
|
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.
|
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
|
category=Communication
|
||||||
url=http://arduino.cc/en/Reference/Ethernet
|
url=http://arduino.cc/en/Reference/Ethernet
|
||||||
architectures=*
|
architectures=*
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
name=Firmata
|
name=Firmata
|
||||||
version=2.3.6
|
version=2.3.7
|
||||||
author=Firmata Developers
|
author=Firmata Developers
|
||||||
maintainer=Firmata Developers <firmata-devel@lists.sourceforge.net>
|
maintainer=Firmata Developers <firmata-devel@lists.sourceforge.net>
|
||||||
sentence=Enables the communication with computer apps using a standard serial protocol. For all Arduino boards.
|
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.
|
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
|
category=Device Control
|
||||||
url=http://firmata.org
|
url=http://firmata.org
|
||||||
architectures=*
|
architectures=*
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name=GSM
|
name=GSM
|
||||||
version=1.0.1
|
version=1.0.2
|
||||||
author=Arduino
|
author=Arduino
|
||||||
maintainer=Arduino <info@arduino.cc>
|
maintainer=Arduino <info@arduino.cc>
|
||||||
sentence=Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.
|
sentence=Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
name=LiquidCrystal
|
name=LiquidCrystal
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
author=Arduino, Adafruit
|
author=Arduino, Adafruit
|
||||||
maintainer=Arduino <info@arduino.cc>
|
maintainer=Arduino <info@arduino.cc>
|
||||||
sentence=Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.
|
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).
|
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
|
category=Display
|
||||||
url=http://arduino.cc/en/Reference/LiquidCrystal
|
url=http://arduino.cc/en/Reference/LiquidCrystal
|
||||||
architectures=*
|
architectures=*
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name=Robot IR Remote
|
name=Robot IR Remote
|
||||||
version=1.0.0
|
version=1.0.1
|
||||||
author=Arduino
|
author=Arduino
|
||||||
maintainer=Arduino <info@arduino.cc>
|
maintainer=Arduino <info@arduino.cc>
|
||||||
sentence=Allows controlling the Arduino Robot via an IR remote control. For Arduino Robot only.
|
sentence=Allows controlling the Arduino Robot via an IR remote control. For Arduino Robot only.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name=Robot Control
|
name=Robot Control
|
||||||
version=1.0.0
|
version=1.0.1
|
||||||
author=Arduino
|
author=Arduino
|
||||||
maintainer=Arduino <info@arduino.cc>
|
maintainer=Arduino <info@arduino.cc>
|
||||||
sentence=Enables easy access to the controls of the Arduino Robot Control board. For Arduino Robot only.
|
sentence=Enables easy access to the controls of the Arduino Robot Control board. For Arduino Robot only.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name=Robot Motor
|
name=Robot Motor
|
||||||
version=1.0.0
|
version=1.0.1
|
||||||
author=Arduino
|
author=Arduino
|
||||||
maintainer=Arduino <info@arduino.cc>
|
maintainer=Arduino <info@arduino.cc>
|
||||||
sentence=Enables easy access to the motors of the Arduino Robot Motor board. For Arduino Robot only.
|
sentence=Enables easy access to the motors of the Arduino Robot Motor board. For Arduino Robot only.
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
name=SD
|
name=SD
|
||||||
version=1.0.2
|
version=1.0.3
|
||||||
author=Arduino, SparkFun
|
author=Arduino, SparkFun
|
||||||
maintainer=Arduino <info@arduino.cc>
|
maintainer=Arduino <info@arduino.cc>
|
||||||
sentence=Enables reading and writing on SD cards. For all Arduino boards.
|
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.
|
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
|
category=Data Storage
|
||||||
url=http://arduino.cc/en/Reference/SD
|
url=http://arduino.cc/en/Reference/SD
|
||||||
architectures=*
|
architectures=*
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
name=Scheduler
|
name=Scheduler
|
||||||
version=0.4.0
|
version=0.4.1
|
||||||
author=Arduino
|
author=Arduino
|
||||||
maintainer=Arduino <info@arduino.cc>
|
maintainer=Arduino <info@arduino.cc>
|
||||||
sentence=Allows multiple tasks to run at the same time, without interrupting each other. For Arduino DUE only.
|
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.
|
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.
|
||||||
category=Other
|
category=Other
|
||||||
url=http://arduino.cc/en/Reference/Scheduler
|
url=http://arduino.cc/en/Reference/Scheduler
|
||||||
architectures=sam
|
architectures=sam
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
name=Stepper
|
name=Stepper
|
||||||
version=1.0.0
|
version=1.0.1
|
||||||
author=Arduino
|
author=Arduino
|
||||||
maintainer=Arduino <info@arduino.cc>
|
maintainer=Arduino <info@arduino.cc>
|
||||||
sentence=Allows Arduino boards to control a variety of stepper motors. For all Arduino boards.
|
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.
|
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
|
category=Device Control
|
||||||
url=http://arduino.cc/en/Reference/Stepper
|
url=http://arduino.cc/en/Reference/Stepper
|
||||||
architectures=*
|
architectures=*
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
name=TFT
|
name=TFT
|
||||||
version=1.0.0
|
version=1.0.1
|
||||||
author=Arduino, Adafruit
|
author=Arduino, Adafruit
|
||||||
maintainer=Arduino <info@arduino.cc>
|
maintainer=Arduino <info@arduino.cc>
|
||||||
sentence=Allows drawing text, images, and shapes on the Arduino TFT graphical display. For all Arduino boards.
|
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
|
paragraph=This library is compatible with most of the TFT display based on the ST7735 chipset
|
||||||
category=Display
|
category=Display
|
||||||
url=http://arduino.cc/en/Reference/TFTLibrary
|
url=http://arduino.cc/en/Reference/TFTLibrary
|
||||||
architectures=*
|
architectures=*
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
name=USBHost
|
name=USBHost
|
||||||
version=1.0.0
|
version=1.0.1
|
||||||
author=Arduino
|
author=Arduino
|
||||||
maintainer=Arduino <info@arduino.cc>
|
maintainer=Arduino <info@arduino.cc>
|
||||||
sentence=Allows the communication with USB peripherals like mice, keyboards, and thumbdrives. For Arduino DUE only.
|
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.
|
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
|
category=Device Control
|
||||||
url=http://arduino.cc/en/Reference/USBHost
|
url=http://arduino.cc/en/Reference/USBHost
|
||||||
architectures=sam
|
architectures=sam
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name=WiFi
|
name=WiFi
|
||||||
version=1.2.1
|
version=1.2.2
|
||||||
author=Arduino
|
author=Arduino
|
||||||
maintainer=Arduino <info@arduino.cc>
|
maintainer=Arduino <info@arduino.cc>
|
||||||
sentence=Enables network connection (local and Internet) using the Arduino WiFi shield. For all Arduino boards.
|
sentence=Enables network connection (local and Internet) using the Arduino WiFi shield. For all Arduino boards.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user