source: rtos_arduino/trunk/arduino_lib/libraries/LiquidCrystal/library.properties@ 136

Last change on this file since 136 was 136, checked in by ertl-honda, 8 years ago

ライブラリとOS及びベーシックなサンプルの追加.

File size: 624 bytes
Line 
1name=LiquidCrystal
2version=1.0
3author=Arduino, Adafruit
4maintainer=Arduino <info@arduino.cc>
5sentence=Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.
6paragraph=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).
7category=Display
8url=http://arduino.cc/en/Reference/LiquidCrystal
9architectures=*
Note: See TracBrowser for help on using the repository browser.