This commit is contained in:
tux
2025-11-05 15:01:47 +08:00
parent f51fe3cc4e
commit 3b3e6c764f
11 changed files with 310 additions and 138 deletions

View File

@@ -36,12 +36,15 @@ extern SPI_HandleTypeDef hspi1;
extern SPI_HandleTypeDef hspi2;
extern SPI_HandleTypeDef hspi6;
/* USER CODE BEGIN Private defines */
/* USER CODE END Private defines */
void MX_SPI1_Init(void);
void MX_SPI2_Init(void);
void MX_SPI6_Init(void);
/* USER CODE BEGIN Prototypes */