From 73448c659add6ca70052e15405de183ed2050fd9 Mon Sep 17 00:00:00 2001 From: Stuart Feichtinger Date: Sun, 6 Dec 2015 19:48:58 -0600 Subject: [PATCH] Create library.properties Added library.properties file to conform with new Arduino Library specifications (https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification) --- LIDARLite/library.properties | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 LIDARLite/library.properties diff --git a/LIDARLite/library.properties b/LIDARLite/library.properties new file mode 100644 index 0000000..2b8c356 --- /dev/null +++ b/LIDARLite/library.properties @@ -0,0 +1,9 @@ +name=LIDARLite +version=0.0.1 +author=PulsedLight +maintainer=PulsedLight +sentence=Quick access all the basic functions of LIDAR-Lite_v2 via Arduino without worrying about specifics +paragraph=This library is created specifically for LIDAR-Lite version 2 with the "Blue Label". See http://pulsedlight3d.com for more information. +category=Sensors +url=https://github.com/PulsedLight3D/LIDARLite_v2_Arduino_Library +architectures=*