Skip to content

Commit 6d7751c

Browse files
committed
Fixed some libraries metadata.
1 parent 5ff4c9f commit 6d7751c

File tree

19 files changed

+23
-4
lines changed

19 files changed

+23
-4
lines changed

libraries/Audio/library.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Allows playing audio files from an SD card. For Arduino DUE only.
66
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.
7+
category=Signal Input/Output
78
url=http://arduino.cc/en/Reference/Audio
89
architectures=sam

libraries/Bridge/library.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ 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.
66
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.
7+
category=Communication
78
url=http://arduino.cc/en/Reference/YunBridgeLibrary
89
architectures=*

libraries/Esplora/library.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Grants easy access to the various sensors and actuators of the Esplora. For Arduino Esplora only.
66
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
78
url=http://arduino.cc/en/Reference/EsploraLibrary
89
architectures=avr

libraries/Ethernet/library.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards.
66
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
78
url=http://arduino.cc/en/Reference/Ethernet
89
architectures=*

libraries/Firmata/library.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ author=Firmata Developers
44
maintainer=Firmata Developers <[email protected]>
55
sentence=Enables the communication with computer apps using a standard serial protocol. For all Arduino boards.
66
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
78
url=http://firmata.org
89
architectures=*

libraries/GSM/library.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ 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.
66
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>
7+
category=Communication
78
url=http://arduino.cc/en/Reference/GSM
89
architectures=avr

libraries/LiquidCrystal/library.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ author=
44
maintainer=Arduino <[email protected]>
55
sentence=Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.
66
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
78
url=http://arduino.cc/en/Reference/LiquidCrystal
89
architectures=*

libraries/RobotIRremote/library.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Allows controlling the Arduino Robot via an IR remote control. For Arduino Robot only.
66
paragraph=
7+
category=Device Control
78
url=https://github.com/shirriff/Arduino-IRremote
89
architectures=avr

libraries/Robot_Control/library.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ 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.
66
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.
7+
category=Device Control
78
url=http://arduino.cc/en/Reference/RobotLibrary
89
architectures=avr

libraries/Robot_Motor/library.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ 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.
66
paragraph=
7+
category=Device Control
78
url=http://arduino.cc/en/Reference/RobotLibrary
89
architectures=avr

0 commit comments

Comments
 (0)