1
0
Fork 0
some learning code trying to use libopencm3 to read values from dht11 temperature sensor
Go to file
Arti Zirk bf5f6c16fc Sorta does something 2021-06-28 00:14:12 +03:00
RTT Sorta does something 2021-06-28 00:14:12 +03:00
libopencm3@3b89fc5999 Add dcc debug write and fix mcu part number 2021-06-26 11:34:10 +03:00
.clang-format Sorta does something 2021-06-28 00:14:12 +03:00
.editorconfig Add dcc debug write and fix mcu part number 2021-06-26 11:34:10 +03:00
.gitignore Add dcc debug write and fix mcu part number 2021-06-26 11:34:10 +03:00
.gitmodules init 2021-05-01 21:46:58 +03:00
Makefile Replace DCC printf logging with SEGGER RTT 2021-06-27 18:32:43 +03:00
README.md init 2021-05-01 21:46:58 +03:00
main.c Sorta does something 2021-06-28 00:14:12 +03:00
openocd.cfg Sorta does something 2021-06-28 00:14:12 +03:00
rules.mk Add dcc debug write and fix mcu part number 2021-06-26 11:34:10 +03:00

README.md

Build

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