diff --git a/README.md b/README.md new file mode 100644 index 0000000..a933fe0 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# HyperLink + +A PCB for gathering data sent out by CommonSense boards over bluetooth and retransmitting it over wifi + +## Downloading libraries + +After cloning, the libraries have to be downloaded using +```bash +$ git submodule update --init +```