Add README.md

This commit is contained in:
Andreas Tsouchlos 2023-08-22 16:25:57 +02:00
parent e17c72131f
commit b9514a87b9

10
README.md Normal file
View File

@ -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
```