Skip to content

Commit aca5658

Browse files
authored
Merge pull request #123 from kattni/add-adt-boardtest
Added ADT7410 and BoardTest
2 parents 47a3f9a + ef2013d commit aca5658

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,3 +373,9 @@
373373
[submodule "libraries/helpers/debouncer"]
374374
path = libraries/helpers/debouncer
375375
url = https://github.com/adafruit/Adafruit_CircuitPython_Debouncer.git
376+
[submodule "libraries/drivers/adt7410"]
377+
path = libraries/drivers/adt7410
378+
url = https://github.com/adafruit/Adafruit_CircuitPython_ADT7410.git
379+
[submodule "libraries/helpers/boardtest"]
380+
path = libraries/helpers/boardtest
381+
url = https://github.com/adafruit/Adafruit_CircuitPython_BoardTest.git

libraries/drivers/adt7410

Submodule adt7410 added at 4e2e2f9

libraries/helpers/boardtest

Submodule boardtest added at ac3cf2b

0 commit comments

Comments
 (0)