#pragma once #include #if ZEPHYR_VERSION_CODE >= ZEPHYR_VERSION(3,1,0) #include #include #include #else #include #include #include #endif static const struct gpio_dt_spec led0 = GPIO_DT_SPEC_GET(DT_ALIAS(led0), gpios); bool verify_are_devices_available(void);