Add images to README.md
All checks were successful
docs-generation / docs-generation (pull_request) Successful in 21s

This commit is contained in:
Andreas Tsouchlos 2024-10-20 15:26:01 +02:00
parent 7b8fcc0e46
commit 7ef90436fe

View File

@ -2,9 +2,16 @@
A BLE-based PCB for measuring humidity and temperature. A BLE-based PCB for measuring humidity and temperature.
## Downloading libraries After cloning, the libraries can be downloaded using
After cloning, the libraries have to be downloaded using
```bash ```bash
$ git submodule update --init $ git submodule update --init
``` ```
## PCB
<img width=400 src="./doc/generated/CommonSense-top.svg" />
<img width=400 src="./doc/generated/CommonSense-bottom.svg" />
## Schematic
<img src="./doc/generated/CommonSense-schematic.svg" />