Skip to content

Commit

Permalink
Libraries: added missing properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Fissore committed Feb 25, 2015
1 parent a00ae29 commit 0ae9e3a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion libraries/LiquidCrystal/library.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name=LiquidCrystal
version=1.0
author=
author=Arduino, Adafruit
maintainer=Arduino <info@arduino.cc>
sentence=Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.
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).
Expand Down
4 changes: 2 additions & 2 deletions libraries/SD/library.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name=SD
version=1.0
author=
maintainer=
author=Arduino, SparkFun
maintainer=Arduino <info@arduino.cc>
sentence=Enables reading and writing on SD cards. For all Arduino boards.
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.
category=Data Storage
Expand Down
4 changes: 2 additions & 2 deletions libraries/Stepper/library.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name=Stepper
version=1.0
author=
maintainer=
author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Allows Arduino boards to control a variety of stepper motors. For all Arduino boards.
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.
category=Device Control
Expand Down
4 changes: 2 additions & 2 deletions libraries/TFT/library.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name=TFT
version=1.0
author=
maintainer=
author=Arduino, Adafruit
maintainer=Arduino <info@arduino.cc>
sentence=Allows drawing text, images, and shapes on the Arduino TFT graphical display. For all Arduino boards.
paragraph=This library is compatible with most of the TFT display based on the ST7735 chipset
category=Display
Expand Down

0 comments on commit 0ae9e3a

Please sign in to comment.