10 lines
172 B
C
10 lines
172 B
C
#ifndef __LED_CONTROL_H
|
|
#define __LED_CONTROL_H
|
|
|
|
#include <stdint.h>
|
|
#include "bsp_led.h"
|
|
|
|
void led_control_command_send_from_isr(const uint8_t *command);
|
|
|
|
#endif
|