Add gitignore
create motor_controller source files.
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,5 +1,5 @@
|
||||
##########################################################################################################################
|
||||
# File automatically-generated by tool: [projectgenerator] version: [4.7.0-B52] date: [Sat Oct 04 16:04:41 CDT 2025]
|
||||
# File automatically-generated by tool: [projectgenerator] version: [4.7.0-B52] date: [Sun Oct 05 13:27:16 CDT 2025]
|
||||
##########################################################################################################################
|
||||
|
||||
# ------------------------------------------------
|
||||
@@ -13,7 +13,7 @@
|
||||
######################################
|
||||
# target
|
||||
######################################
|
||||
TARGET = CustomCode
|
||||
TARGET = BLDC-Motor-Controller
|
||||
|
||||
|
||||
######################################
|
||||
@@ -37,6 +37,7 @@ BUILD_DIR = build
|
||||
# C sources
|
||||
C_SOURCES = \
|
||||
Core/Src/main.c \
|
||||
Core/Src/motor_controller.c \
|
||||
Core/Src/stm32f0xx_it.c \
|
||||
Core/Src/stm32f0xx_hal_msp.c \
|
||||
Core/Src/sysmem.c \
|
||||
|
||||
Reference in New Issue
Block a user