diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-10-02 15:32:24 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-10-02 15:32:24 +0200 |
commit | 868cfb09cdc5b8c19d9d40f4a88ff6bec08c63fc (patch) | |
tree | a5d7d819745b03168c457f299dd086c237b0e9aa /.gitmodules | |
parent | 3b528eeec1e021a431e9d7f7b61bf10723d2d71d (diff) |
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b30d4ef --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "icli"] + path = icli + url = https://github.com/v3io/icli +[submodule "rpiCC2500"] + path = rpiCC2500 + url = https://github.com/alexbirkett/rpiCC2500 |