1
0
Fork 0
some learning code trying to use libopencm3 to read values from dht11 temperature sensor
Go to file
Arti Zirk 323a9c3a55 init 2021-05-01 21:46:58 +03:00
.idea init 2021-05-01 21:46:58 +03:00
libopencm3@44928416ea init 2021-05-01 21:46:58 +03:00
.gitignore init 2021-05-01 21:46:58 +03:00
.gitmodules init 2021-05-01 21:46:58 +03:00
Makefile init 2021-05-01 21:46:58 +03:00
README.md init 2021-05-01 21:46:58 +03:00
main.c init 2021-05-01 21:46:58 +03:00
openocd.cfg init 2021-05-01 21:46:58 +03:00
rules.mk init 2021-05-01 21:46:58 +03:00

README.md

Build

  1. git submodule update --init (This is only needed once)
  2. make -C libopencm3 # (Only needed once)
  3. make