wc bldc control board blink

This commit is contained in:
2024-09-21 01:05:29 +08:00
parent 4e5944699b
commit ba3209550e
6 changed files with 53 additions and 38 deletions

View File

@@ -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
View 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