9 lines
113 B
C
9 lines
113 B
C
|
|
#ifndef _BY_LED_H__
|
||
|
|
#define _BY_LED_H__
|
||
|
|
|
||
|
|
#include "at32f415.h"
|
||
|
|
|
||
|
|
extern void by_led_set(uint8_t percent);
|
||
|
|
|
||
|
|
#endif
|