diff options
Diffstat (limited to 'platformio/temphum/src/led.cpp')
-rw-r--r-- | platformio/temphum/src/led.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/platformio/temphum/src/led.cpp b/platformio/temphum/src/led.cpp new file mode 100644 index 0000000..b6b0d81 --- /dev/null +++ b/platformio/temphum/src/led.cpp @@ -0,0 +1,9 @@ +#include "led.h" +#include "config.def.h" + +namespace homekit { + +Led board_led(BOARD_LED_PIN); +Led esp_led(ESP_LED_PIN); + +}
\ No newline at end of file |