diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-07-28 14:12:59 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-07-28 14:12:59 +0200 |
commit | ede898fe5f786d261e1b1791ac102e9cf3fa7366 (patch) | |
tree | cd5a11dd12e786078b18294ae65c16d48d10b9f2 /.gitmodules | |
download | temp-logger-ede898fe5f786d261e1b1791ac102e9cf3fa7366.tar.gz temp-logger-ede898fe5f786d261e1b1791ac102e9cf3fa7366.tar.xz |
inital commit
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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..6ac85a3 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "lib/RTClib"] + path = lib/RTClib + url = https://github.com/adafruit/RTClib.git +[submodule "lib/SD"] + path = lib/SD + url = https://github.com/adafruit/SD.git |