diff options
| author | Edvin <[email protected]> | 2025-11-28 12:38:50 +0100 |
|---|---|---|
| committer | Edvin <[email protected]> | 2025-11-28 12:38:50 +0100 |
| commit | 1734d23df2992d5a4c4c59cf8b5fab4eef7f50fb (patch) | |
| tree | f49db384af8cd78bd01f327a072c005be6ebd8a1 | |
| parent | bf9f284aea648f741dd15f623592d69d41cf139f (diff) | |
Added submodules
| -rw-r--r-- | .gitmodules | 9 | ||||
| m--------- | components/EZADC | 0 | ||||
| m--------- | components/EZWIFI | 0 | ||||
| m--------- | components/rgb_led | 0 |
4 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a5b1bb8 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "components/EZWIFI"] + path = components/EZWIFI + url = https://github.com/r4tss/EZWIFI +[submodule "components/EZADC"] + path = components/EZADC + url = https://github.com/r4tss/EZADC +[submodule "components/rgb_led"] + path = components/rgb_led + url = https://github.com/r4tss/rgb_led diff --git a/components/EZADC b/components/EZADC new file mode 160000 +Subproject 751419d47e2173c7d366e817a8321d9e49dd41c diff --git a/components/EZWIFI b/components/EZWIFI new file mode 160000 +Subproject 6b5b31308f473b0c6eac340ab4ca55bc7358359 diff --git a/components/rgb_led b/components/rgb_led new file mode 160000 +Subproject e4d168465357b51c08355dc2f315586ff7ec375 |
