Skip to content

Commit 07d9d55

Browse files
committed
Updated libraries metadata
1 parent 4baf375 commit 07d9d55

16 files changed

+54
-55
lines changed

libraries/Audio/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name=Audio
22
author=cmaglie
33
email=Cristian Maglie <[email protected]>
4-
sentence=The libary to play audio files through the DAC outputs of the Arduino Due.
4+
sentence=Play audio files through the DAC outputs of the Arduino Due.
55
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.
66
url=http://arduino.cc/en/Reference/Audio
77
architectures=sam

libraries/EEPROM/library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=EEPROM
2-
author=David A. Mellis
2+
author=Arduino
33
4-
sentence=The libary to read/write the EEPROM memory on the AVR-based Arduino boards.
4+
sentence=Read/Write the EEPROM memory on the AVR-based Arduino boards.
55
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.
66
url=http://arduino.cc/en/Reference/EEPROM
77
architectures=avr
88
version=1.0
9-
dependencies= none
9+
dependencies=
1010
core-dependencies=arduino (>=1.5.0)

libraries/Esplora/library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=Esplora
22
author=Arduino
33
4-
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.
4+
sentence=A companion library for the Arduino Esplora board. It make it easier to access the onboard sensors and the actuators.
55
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.
66
url=http://arduino.cc/en/Reference/Esplora
77
architectures=avr
88
version=1.0
9-
dependencies= none
9+
dependencies=
1010
core-dependencies=arduino (>=1.5.0)

libraries/Ethernet/library.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=Ethernet
2-
author= Adrian McEwen (DNS, Maintainer), Bjoern Hartmann (UDP), Jordan Terrell (DHCP), Cristian Maglie
2+
author=Arduino
33
4-
sentence=The libary to use the Arduino Ethernet shield or the Arduino Ethernet based on the WizNet W5100 ic.
4+
sentence=The libary to use the Arduino Ethernet shield or the Arduino Ethernet based on the WizNet W5100.
55
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.
66
url=http://arduino.cc/en/Reference/Ethernet
7-
architectures=avr, sam
7+
architectures=*
88
version=1.0
9-
dependencies= IPAddress, SPI
9+
dependencies=SPI
1010
core-dependencies=arduino (>=1.5.0)

libraries/Firmata/library.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=Firmata
2-
author=Hans-Christoph Steiner
3-
email=Hans-Christoph Steiner <[email protected]> (author), Paul Stoffregen <[email protected]> (maintainer)
2+
author=
3+
email=
44
sentence=This library implements the Firmata protocol and allows you to control the Arduino board from the an application on the computer.
55
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.
6-
url=http://arduino.cc/en/Reference/Firmata</br>http://firmata.org
7-
architectures=avr, sam
6+
url=
7+
architectures=*
88
version=1.0
9-
dependencies= SoftwareSerial
9+
dependencies=SoftwareSerial
1010
core-dependencies=arduino (>=1.5.0)

libraries/GSM/library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=GSM
2-
author=Arduino, Telefonica+ID
2+
author=Arduino
33
44
sentence=With this library you can use the Arduino GSM shield to connect on GSM and GPRS networks
55
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>
66
url=http://arduino.cc/en/Reference/GSM
77
architectures=avr
88
version=1.0
9-
dependencies= Software Serial
9+
dependencies=SoftwareSerial
1010
core-dependencies=arduino (>=1.5.0)
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=LiquidCrystal
22
author=
3-
4-
sentence=The library to write on an alphanumeric LCD display.
5-
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).
3+
email=
4+
sentence=Write to an alphanumeric LCD display.
5+
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).
66
url=http://arduino.cc/en/Reference/LiquidCrystal
7-
architectures=avr, sam
7+
architectures=*
88
version=1.0
9-
dependencies= none
9+
dependencies=
1010
core-dependencies=arduino (>=1.5.0)

libraries/SD/library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name=SD
2-
author=SparkFun Electronics
3-
4-
sentence=With this library you can use an SD card to save data and operate on files.
2+
author=
3+
email=
4+
sentence=Use an SD card to save data and operate on files.
55
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.
66
url=http://arduino.cc/en/Reference/SD
77
architectures=*

libraries/SPI/library.properties

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
21
name=SPI
32
author=cmaglie
43
email=Cristian Maglie <[email protected]>
5-
sentence=With this library you can use the SPI interface of your Arduino board.
4+
sentence=Handle communications through SPI bus
65
paragraph=This library implements the standard function available for the SPI bus.
76
url=http://arduino.cc/en/Reference/SPI
8-
architectures=avr, sam
7+
architectures=avr,sam
98
version=1.0
10-
dependencies= none
9+
dependencies=
1110
core-dependencies=arduino (>=1.5.0)
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=Scheduler
2-
author=The Android Open Source Project
2+
author=Arduino
33
4-
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.
4+
sentence=Run multiple functions at the same time. This allows tasks to happen without interrupting each other.
55
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.
66
url=http://arduino.cc/en/Reference/Scheduler
7-
architectures=*
7+
architectures=sam
88
version=0.4
9-
dependencies= none
9+
dependencies=
1010
core-dependencies=arduino (>=1.5.0)

libraries/Servo/library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name=Servo
2-
author=cmaglie
3-
email=Cristian Maglie <[email protected]>
2+
author=
3+
email=
44
sentence=Controls a lot of Servos.
5-
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 />
5+
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 />
66
url=http://arduino.cc/en/Reference/Servo
77
architectures=avr,sam
88
version=1.0
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=SoftwareSerial
2-
author=Mikal Hart
3-
4-
sentence=With this library you can create a software Serial interface on two Arduino pins
5-
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.
6-
url=http://arduino.cc/en/Reference/SD
2+
author=
3+
email=
4+
sentence=Emulate a serial port via software
5+
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.
6+
url=http://arduino.cc/en/Reference/SoftwareSerial
77
architectures=avr
88
version=1.0
9-
dependencies= none
9+
dependencies=
1010
core-dependencies=arduino (>=1.5.0)

libraries/Stepper/library.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=Stepper
2-
author= Tom Igoe
3-
2+
author=
3+
email=
44
sentence=Drives a unipolar or bipolar stepper motor using 2 wires or 4 wires
55
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.
66
url=http://arduino.cc/en/Reference/Stepper
7-
architectures=sam
7+
architectures=*
88
version=1.0
9-
dependencies= none
9+
dependencies=
1010
core-dependencies=arduino (>=1.5.0)

libraries/TFT/library.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=TFT
2-
author=Adafruit/Arduino
3-
4-
sentence=With this library you can write, draw and display images on TFT displays
2+
author=
3+
email=
4+
sentence=Write, draw and display images on TFT displays
55
paragraph=This library is compatible with most of the TFT display based on the ST7735 chipset
66
url=http://arduino.cc/en/Reference/TFTLibrary
77
architectures=*
88
version=1.0
9-
dependencies= SPI, SD
9+
dependencies=SPI,SD
1010
core-dependencies=arduino (>=1.5.0)

libraries/USBHost/library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=USBHost
22
author=Arduino
33
4-
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.
4+
sentence=Allows an Arduino Due board to appear as a USB host
55
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.
66
url=http://arduino.cc/en/Reference/USBHost
77
architectures=sam
88
version=1.0
9-
dependencies= none
9+
dependencies=
1010
core-dependencies=arduino (>=1.5.0)

libraries/WiFi/library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=WiFi
22
author=Arduino
33
4-
sentence=The libary to use with the Arduino WiFi shield.
4+
sentence=Libary for the Arduino WiFi shield.
55
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.
66
url=http:http://arduino.cc/en/Reference/WiFi
7-
architectures=avr, sam
7+
architectures=avr,sam
88
version=1.2
9-
dependencies=SPI, IPAddress
9+
dependencies=SPI
1010
core-dependencies=arduino (>=1.5.0)

0 commit comments

Comments
 (0)