From 2697582e418634ba972a3321fe62b4b30823b44b Mon Sep 17 00:00:00 2001 From: Abriel <56405187+ranjit-ao@users.noreply.github.com> Date: Fri, 11 Oct 2019 10:13:57 -0400 Subject: [PATCH] library.properties file Attempt to follow the guidelines Arduino specified in order to make this library useable again, regarding issue #26 --- library.properties | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 library.properties diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..8fcd765 --- /dev/null +++ b/library.properties @@ -0,0 +1,9 @@ +name=Arduino-LiquidCrystal-I2C-library +version=1.0.0 +author=fdebrabander +maintainer=fdebrabander +sentence=Library for the LiquidCrystal LCD display connected to an Arduino board. +paragraph=To use the library in your own sketch, select it from Sketch > Import Library. +category=Device Control +url=https://github.com/fdebrabander/Arduino-LiquidCrystal-I2C-library +architectures=*