Skip to content

Commit 0b4b76f

Browse files
author
Federico Fissore
committed
Bundled libraries update
1 parent f76087c commit 0b4b76f

File tree

15 files changed

+87
-87
lines changed

15 files changed

+87
-87
lines changed

libraries/Bridge/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Bridge
2-
version=1.0.1
2+
version=1.0.2
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Enables the communication between the Linux processor and the AVR. For Arduino Yún and TRE only.

libraries/Esplora/library.properties

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name=Esplora
2-
version=1.0.1
3-
author=Arduino
4-
maintainer=Arduino <[email protected]>
5-
sentence=Grants easy access to the various sensors and actuators of the Esplora. For Arduino Esplora only.
6-
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.
7-
category=Device Control
8-
url=http://arduino.cc/en/Reference/EsploraLibrary
9-
architectures=avr
1+
name=Esplora
2+
version=1.0.2
3+
author=Arduino
4+
maintainer=Arduino <[email protected]>
5+
sentence=Grants easy access to the various sensors and actuators of the Esplora. For Arduino Esplora only.
6+
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.
7+
category=Device Control
8+
url=http://arduino.cc/en/Reference/EsploraLibrary
9+
architectures=avr

libraries/Ethernet/library.properties

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name=Ethernet
2-
version=1.0.0
3-
author=Arduino
4-
maintainer=Arduino <[email protected]>
5-
sentence=Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards.
6-
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.
7-
category=Communication
8-
url=http://arduino.cc/en/Reference/Ethernet
9-
architectures=*
1+
name=Ethernet
2+
version=1.0.1
3+
author=Arduino
4+
maintainer=Arduino <[email protected]>
5+
sentence=Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards.
6+
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.
7+
category=Communication
8+
url=http://arduino.cc/en/Reference/Ethernet
9+
architectures=*

libraries/Firmata/library.properties

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name=Firmata
2-
version=2.3.6
3-
author=Firmata Developers
4-
maintainer=Firmata Developers <[email protected]>
5-
sentence=Enables the communication with computer apps using a standard serial protocol. For all Arduino boards.
6-
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.
7-
category=Device Control
8-
url=http://firmata.org
9-
architectures=*
1+
name=Firmata
2+
version=2.3.7
3+
author=Firmata Developers
4+
maintainer=Firmata Developers <[email protected]>
5+
sentence=Enables the communication with computer apps using a standard serial protocol. For all Arduino boards.
6+
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.
7+
category=Device Control
8+
url=http://firmata.org
9+
architectures=*

libraries/GSM/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=GSM
2-
version=1.0.1
2+
version=1.0.2
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name=LiquidCrystal
2-
version=1.0.0
3-
author=Arduino, Adafruit
4-
maintainer=Arduino <[email protected]>
5-
sentence=Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.
6-
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).
7-
category=Display
8-
url=http://arduino.cc/en/Reference/LiquidCrystal
9-
architectures=*
1+
name=LiquidCrystal
2+
version=1.0.0
3+
author=Arduino, Adafruit
4+
maintainer=Arduino <[email protected]>
5+
sentence=Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.
6+
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).
7+
category=Display
8+
url=http://arduino.cc/en/Reference/LiquidCrystal
9+
architectures=*

libraries/RobotIRremote/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Robot IR Remote
2-
version=1.0.0
2+
version=1.0.1
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Allows controlling the Arduino Robot via an IR remote control. For Arduino Robot only.

libraries/Robot_Control/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Robot Control
2-
version=1.0.0
2+
version=1.0.1
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Enables easy access to the controls of the Arduino Robot Control board. For Arduino Robot only.

libraries/Robot_Motor/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Robot Motor
2-
version=1.0.0
2+
version=1.0.1
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Enables easy access to the motors of the Arduino Robot Motor board. For Arduino Robot only.

libraries/SD/library.properties

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name=SD
2-
version=1.0.2
3-
author=Arduino, SparkFun
4-
maintainer=Arduino <[email protected]>
5-
sentence=Enables reading and writing on SD cards. For all Arduino boards.
6-
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.
7-
category=Data Storage
8-
url=http://arduino.cc/en/Reference/SD
9-
architectures=*
1+
name=SD
2+
version=1.0.3
3+
author=Arduino, SparkFun
4+
maintainer=Arduino <[email protected]>
5+
sentence=Enables reading and writing on SD cards. For all Arduino boards.
6+
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.
7+
category=Data Storage
8+
url=http://arduino.cc/en/Reference/SD
9+
architectures=*

0 commit comments

Comments
 (0)