From 2af16122731d932d3733bbc5c9e208b7614245cb Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Mon, 10 Aug 2020 13:19:06 +0100 Subject: [PATCH] Add Pimoroni LTR559 driver --- .gitmodules | 3 +++ libraries/drivers/ltr559 | 1 + 2 files changed, 4 insertions(+) create mode 160000 libraries/drivers/ltr559 diff --git a/.gitmodules b/.gitmodules index 4fb51bf..3410ecc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -79,3 +79,6 @@ [submodule "libraries/helpers/gamblor21_ahrs"] path = libraries/helpers/gamblor21_ahrs url = https://github.com/gamblor21/Gamblor21_CircuitPython_AHRS.git +[submodule "libraries/drivers/ltr559"] + path = libraries/drivers/ltr559 + url = https://github.com/pimoroni/Pimoroni_CircuitPython_LTR559/ diff --git a/libraries/drivers/ltr559 b/libraries/drivers/ltr559 new file mode 160000 index 0000000..d64993b --- /dev/null +++ b/libraries/drivers/ltr559 @@ -0,0 +1 @@ +Subproject commit d64993bedda88bcb860bd5d18bbbe3349b1599f4