implemented fixture mapping (without mapping_table)

This commit is contained in:
2025-06-04 23:58:48 +02:00
parent 91d3966d88
commit 324b69117a
5 changed files with 58 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ TARGET = Parafraktor
# debug build?
DEBUG = 1
# optimization
OPT = -Og
OPT = -O0
#######################################
@@ -38,6 +38,7 @@ BUILD_DIR = build
C_SOURCES = \
Src/main.c \
Src/uart_dmx.c \
Src/address_selector.c \
Src/stepper.c \
Src/stm32g0xx_it.c \
Src/stm32g0xx_hal_msp.c \