Skip to content

Commit 07d9d55

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

File tree

16 files changed

+54
-55
lines changed

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)

0 commit comments

Comments
 (0)