some learning code trying to use libopencm3 to read values from dht11 temperature sensor
libopencm3@3b89fc5999 | ||
RTT | ||
.clang-format | ||
.editorconfig | ||
.gitignore | ||
.gitmodules | ||
dht11_data.pvs | ||
dht11_data.sr | ||
dht11.pvs | ||
main.c | ||
Makefile | ||
openocd.cfg | ||
README.md | ||
rules.mk |
Build
- git submodule update --init (This is only needed once)
- make -C libopencm3 # (Only needed once)
- make