Qirui

Results 2 issues of Qirui

The link "You can find the full documentation [here](https://ebc.pages.rwth-aachen.de/EBC_all/github_ci/bim2sim/main/docs/overview.html)" in the README file under ./docs (https://github.com/BIM2SIM/bim2sim/tree/main/docs) is not working. But the link on homepage of Repo is working fine: https://ebc.pages.rwth-aachen.de/EBC_all/github_ci/bim2sim/development/docs/overview.html...

The value 0.0048828125 in the example `WndSensor.ino` (line 77) is wrong. It should be 5/1023 = 0.004887585533 instead of 5/1024, because the range of 10-bit ADC is 0-1023, not 1024.