Skip to content

Commit

Permalink
Added library.properties file.
Browse files Browse the repository at this point in the history
This file describes a 3rd party library in the format required by
the Arduino 1.5.x IDE.
  • Loading branch information
Davi Diorio Mendes committed Aug 4, 2015
1 parent cd44dfc commit a052152
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions library.properties
@@ -0,0 +1,9 @@
name=Nanoshield_LCD
version=1.0
author=Luis Chavier <lfchavier@circuitar.com.br>
maintainer=Luis Chavier <lfchavier@circuitar.com.br>
sentence=A library to access the Circuitar Nanoshield LCD.
paragraph=It implements the same functions available in the vanilla LCD library, available in the Arduino IDE (LiquidCrystal). In addition, is also implements the functions backlight() and noBacklight() to turn the backlight in the LCD Nanoshield on or off, respectively.
category=Display
url=https://github.com/circuitar/Nanoshield_LCD
architectures=*

0 comments on commit a052152

Please sign in to comment.