3.25_433_RX版本:使用cubemx根据项目设计硬件配置完成,且在板卡上运行成功:测试433模块TX模式/RX模式功能正常,符合预期
This commit is contained in:
@ -33,11 +33,17 @@ extern "C" {
|
||||
|
||||
extern UART_HandleTypeDef huart1;
|
||||
|
||||
extern UART_HandleTypeDef huart2;
|
||||
|
||||
extern UART_HandleTypeDef huart3;
|
||||
|
||||
/* USER CODE BEGIN Private defines */
|
||||
|
||||
/* USER CODE END Private defines */
|
||||
|
||||
void MX_USART1_UART_Init(void);
|
||||
void MX_USART2_UART_Init(void);
|
||||
void MX_USART3_UART_Init(void);
|
||||
|
||||
/* USER CODE BEGIN Prototypes */
|
||||
/* USER CODE END Prototypes */
|
||||
|
||||
Reference in New Issue
Block a user