#ifndef __LED_CONTROL_H #define __LED_CONTROL_H #include #include "bsp_led.h" void led_control_command_send_from_isr(const uint8_t *command); #endif