Add gitignore

create motor_controller source files.
This commit is contained in:
2025-10-05 14:22:58 -05:00
parent f0ad5ee653
commit f8d98bda05
9 changed files with 591 additions and 42 deletions

View File

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