diff options
author | Karel Kočí <cynerd@email.cz> | 2017-01-31 18:27:49 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-01-31 18:49:57 +0100 |
commit | 5062173627f9d1741061312ceeadd44d4bc0fc24 (patch) | |
tree | ce63caf1c2a8f99ecd6326f8a47fcc22cf04f0aa /.gitmodules | |
download | turris-lcd-example-5062173627f9d1741061312ceeadd44d4bc0fc24.tar.gz turris-lcd-example-5062173627f9d1741061312ceeadd44d4bc0fc24.tar.bz2 turris-lcd-example-5062173627f9d1741061312ceeadd44d4bc0fc24.zip |
Initial commit
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8f42eb3 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "liblcd"] + path = liblcd + url = https://github.com/Cynerd/liquidcrystal-i2c.git |