aboutsummaryrefslogtreecommitdiff
path: root/platformio/relayctl/src/led.cpp
blob: b6b0d81a9355fd9e0260eb190e63203297cb4d58 (plain)
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);

}