diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..94f3cd1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "encyclopedia_galactica"] + path = encyclopedia_galactica + url = https://github.com/antsouchlos/EncyclopediaGalactica.git diff --git a/README.md b/README.md new file mode 100644 index 0000000..b169e8c --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# CommonSense + +A BLE-based PCB for measuring humidity and temperature + +## Downloading libraries + +After cloning, the libraries have to be downloaded using +```bash +$ git submodule update --init +``` diff --git a/encyclopedia_galactica b/encyclopedia_galactica new file mode 160000 index 0000000..d7c6225 --- /dev/null +++ b/encyclopedia_galactica @@ -0,0 +1 @@ +Subproject commit d7c6225a24e0fd8e60ca66601700c2681419d555