Files
relay_chn/examples/relay_chn_single/main/CMakeLists.txt
ismail 9ee974e677 Add a single channel example
Added a single channel example with run limit and tilting
features. Refs #1104 and closes #1105.
2025-09-09 18:15:32 +03:00

2 lines
122 B
CMake

idf_component_register(SRCS "relay_chn_single_main.c"
PRIV_REQUIRES button led_indicator relay_chn)