From 2f67b9ec610017fe55d629ef0b475e6c1dcae24e Mon Sep 17 00:00:00 2001 From: unrza249 Date: Mon, 2 Mar 2026 12:06:16 +0100 Subject: [PATCH] adds submodules --- .gitmodules | 9 +++++++++ WiringPi | 1 + rpi-gpio-pwm | 1 + rpi-w1-ds18b20 | 1 + 4 files changed, 12 insertions(+) create mode 160000 WiringPi create mode 160000 rpi-gpio-pwm create mode 160000 rpi-w1-ds18b20 diff --git a/.gitmodules b/.gitmodules index 7d44f6b..3b16e8b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,12 @@ [submodule "rpi-ina219"] path = rpi-ina219 url = git@git.klelifo.de:projects/rpi-ina219.git +[submodule "rpi-gpio-pwm"] + path = rpi-gpio-pwm + url = git@git.klelifo.de:projects/rpi-gpio-pwm.git +[submodule "WiringPi"] + path = WiringPi + url = git@github.com:WiringPi/WiringPi.git +[submodule "rpi-w1-ds18b20"] + path = rpi-w1-ds18b20 + url = git@git.klelifo.de:projects/rpi-w1-ds18b20.git diff --git a/WiringPi b/WiringPi new file mode 160000 index 0000000..99f2780 --- /dev/null +++ b/WiringPi @@ -0,0 +1 @@ +Subproject commit 99f2780c1fa63194802bfac991ff94a301c9cb60 diff --git a/rpi-gpio-pwm b/rpi-gpio-pwm new file mode 160000 index 0000000..6c08e37 --- /dev/null +++ b/rpi-gpio-pwm @@ -0,0 +1 @@ +Subproject commit 6c08e3731e62ed31f46274448509d9b3ad368b3e diff --git a/rpi-w1-ds18b20 b/rpi-w1-ds18b20 new file mode 160000 index 0000000..205898b --- /dev/null +++ b/rpi-w1-ds18b20 @@ -0,0 +1 @@ +Subproject commit 205898baa3e0e3447c89417b128151c160d84bec