diff options
Diffstat (limited to 'platformio/temphum/src/leds.h')
-rw-r--r-- | platformio/temphum/src/leds.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/platformio/temphum/src/leds.h b/platformio/temphum/src/leds.h new file mode 100644 index 0000000..04c1f79 --- /dev/null +++ b/platformio/temphum/src/leds.h @@ -0,0 +1,15 @@ +#ifndef HOMEKIT_TEMPHUM_LEDS_H +#define HOMEKIT_TEMPHUM_LEDS_H + +#include <homekit/led.h> + +namespace homekit { + +#ifdef CONFIG_TARGET_NODEMCU +extern Led* board_led; +#endif +extern Led* mcu_led; + +} + +#endif //HOMEKIT_TEMPHUM_LEDS_H
\ No newline at end of file |