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