11 lines
242 B
Markdown
11 lines
242 B
Markdown
# 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
|
|
```
|