feat(mic): try1: setup sound with usb

This commit is contained in:
2025-12-25 21:06:50 +03:00
parent 2f0527a3d8
commit 3306b8083b
7 changed files with 411 additions and 22 deletions

View File

@@ -5,6 +5,7 @@ BUILD_DIR = Build
# 1. Приложение
C_SOURCES = \
App/Src/main.c \
App/Src/audio_adc.c \
App/Src/usb_descriptors.c \
App/Src/system_stm32f1xx.c \