wc bldc control board blink
This commit is contained in:
@@ -35,7 +35,4 @@ OF SUCH DAMAGE.
|
||||
#ifndef MAIN_H
|
||||
#define MAIN_H
|
||||
|
||||
/* led spark function */
|
||||
void led_spark(void);
|
||||
|
||||
#endif /* MAIN_H */
|
||||
|
10
inc/wc_bldc_control.h
Normal file
10
inc/wc_bldc_control.h
Normal file
@@ -0,0 +1,10 @@
|
||||
//
|
||||
// Created by dell on 24-9-20.
|
||||
//
|
||||
|
||||
#ifndef WC_BLDC_CONTROL_H
|
||||
#define WC_BLDC_CONTROL_H
|
||||
|
||||
void led_blink_config(void);
|
||||
|
||||
#endif //WC_BLDC_CONTROL_H
|
Reference in New Issue
Block a user