添加了iic和spi的HAL配置

This commit is contained in:
NeoZng
2022-12-26 15:40:20 +08:00
parent 22171177da
commit 25a0e24529
21 changed files with 10970 additions and 152 deletions

View File

@@ -34,11 +34,14 @@ extern "C" {
extern SPI_HandleTypeDef hspi1;
extern SPI_HandleTypeDef hspi2;
/* USER CODE BEGIN Private defines */
/* USER CODE END Private defines */
void MX_SPI1_Init(void);
void MX_SPI2_Init(void);
/* USER CODE BEGIN Prototypes */