1 2 3 4 5 6 7 8 9
#include "led.h" #include "config.def.h" namespace homekit { Led board_led(BOARD_LED_PIN); Led esp_led(ESP_LED_PIN); }