1
0
Fork 0
some learning code trying to use libopencm3 to read values from dht11 temperature sensor
Go to file
Arti Zirk b1a4be5661 Remove idea folder 2021-06-25 22:55:38 +03:00
libopencm3@44928416ea init 2021-05-01 21:46:58 +03:00
.gitignore Remove idea folder 2021-06-25 22:55:38 +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