stm32-code/stm32f072_usb_custom_hid/User/Inc/led_control.h

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