Skip to content

Commit 0ae9e3a

Browse files
author
Federico Fissore
committed
Libraries: added missing properties
1 parent a00ae29 commit 0ae9e3a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

libraries/LiquidCrystal/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name=LiquidCrystal
22
version=1.0
3-
author=
3+
author=Arduino, Adafruit
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).

libraries/SD/library.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name=SD
22
version=1.0
3-
author=
4-
maintainer=
3+
author=Arduino, SparkFun
4+
maintainer=Arduino <[email protected]>
55
sentence=Enables reading and writing on SD cards. For all Arduino boards.
66
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.
77
category=Data Storage

libraries/Stepper/library.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name=Stepper
22
version=1.0
3-
author=
4-
maintainer=
3+
author=Arduino
4+
maintainer=Arduino <[email protected]>
55
sentence=Allows Arduino boards to control a variety of stepper motors. For all Arduino boards.
66
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.
77
category=Device Control

libraries/TFT/library.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name=TFT
22
version=1.0
3-
author=
4-
maintainer=
3+
author=Arduino, Adafruit
4+
maintainer=Arduino <[email protected]>
55
sentence=Allows drawing text, images, and shapes on the Arduino TFT graphical display. For all Arduino boards.
66
paragraph=This library is compatible with most of the TFT display based on the ST7735 chipset
77
category=Display

0 commit comments

Comments
 (0)