From b05e96a8221f056d9b57f796cf3ec9dfadde2c71 Mon Sep 17 00:00:00 2001 From: Tyeth Gundry Date: Thu, 7 Dec 2023 10:48:12 +0000 Subject: [PATCH] Add library.properties for Arduino Library Registry --- library.properties | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 library.properties diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..a95ec43 --- /dev/null +++ b/library.properties @@ -0,0 +1,10 @@ +name=Person Sensor +version=1.0.0 +author=Useful Sensors +maintainer=Useful Sensors +sentence=Library for the Useful Sensors Person Sensor module. +paragraph=This library provides an interface to the Useful Sensors Person Sensor module, which can detect and recognize faces. +category=Sensors +url=https://github.com/usefulsensors/person_sensor_arduino +architectures=* +includes=person_sensor.h \ No newline at end of file