Files
BC3S-firmware/app/by_led.h

9 lines
113 B
C
Raw Normal View History

2024-05-11 19:51:10 +08:00
#ifndef _BY_LED_H__
#define _BY_LED_H__
#include "at32f415.h"
extern void by_led_set(uint8_t percent);
#endif