From b9514a87b93e773fd7b0fda7853910e7f4c42b6b Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Tue, 22 Aug 2023 16:25:57 +0200 Subject: [PATCH] Add README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md 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 +```