esp-tunnel/main/app_led.hpp
2023-06-26 21:43:14 +03:00

14 lines
148 B
C++

#pragma once
#include <driver/gpio.h>
namespace Led
{
void setupLed(const gpio_num_t gpio);
void flashRx();
void flashTx();
} // namespace Led