Signed-off-by: Mikhail Sazanov <m@sazanof.ru>
This commit is contained in:
Mikhail Sazanov 2024-06-24 20:58:38 +03:00
commit 70c3ffd31f
10 changed files with 1308 additions and 0 deletions

13
main/Kconfig.projbuild Normal file
View file

@ -0,0 +1,13 @@
menu "OpenTherm Configuration"
config OT_IN_PIN
int "Opentherm in pin"
default 21
help
Opentherm in pin
config OT_OUT_PIN
int "Opentherm out pin"
default 22
help
Opentherm outpin
endmenu