Start implementation of onewire temperature sensor interface

This commit is contained in:
2020-02-24 20:02:37 +01:00
parent 26b8ad852e
commit 1ef7713351
6 changed files with 84 additions and 2 deletions

View File

@@ -49,6 +49,8 @@ CFILES += rotary-encoder.c
CFILES += stack-check.c
CFILES += onewire-if.c onewire-temp-sensors.c
DEFINES += -DDEBUGBUILD
###################################################################################