#pragma once #include namespace Led { void setupLed(const gpio_num_t gpio); void flashRx(); void flashTx(); } // namespace Led