Add doc generation workflow #1

Merged
an.tsouchlos merged 8 commits from feature/CI into master 2024-10-20 13:31:15 +00:00
Showing only changes of commit 7ef90436fe - Show all commits

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" />