working temp sensor

This commit is contained in:
user 2024-10-11 18:01:48 +02:00
parent e4f0dab61c
commit 97dfb13b74
10 changed files with 503 additions and 1116 deletions

13
embadet/components/onewire/component.mk Normal file → Executable file
View file

@ -1,10 +1,5 @@
# Component makefile for extras/onewire
#
# Component Makefile
#
# expected anyone using onewire driver includes it as 'onewire/onewire.h'
INC_DIRS += $(onewire_ROOT)..
# args for passing into compile rule generation
onewire_INC_DIR =
onewire_SRC_DIR = $(onewire_ROOT)
$(eval $(call component_compile_rules,onewire))
COMPONENT_ADD_INCLUDEDIRS := .