Переструктурирован проект, перенесена ветка тестирования modbus и чуть скомпрессированная библиотека dallas

This commit is contained in:
2025-03-03 13:05:37 +03:00
parent 0f2736b8a5
commit b6978c385a
14 changed files with 387 additions and 4321 deletions

View File

@@ -75,6 +75,23 @@ void SysTick_Handler(void)
HAL_IncTick();
}
//#include "rs_message.h"
///**
// * @brief This function handles USART1.
// */
//void USART1_IRQHandler(void)
//{
// RS_UART_Handler(&hmodbus1);
//}
///**
// * @brief This function handles TIM2 global interrupt.
// */
//void TIM14_IRQHandler(void)
//{
// /* USER CODE BEGIN TIM2_IRQn 0 */
// RS_TIM_Handler(&hmodbus1);
//}
/******************************************************************************/
/* PY32F002B Peripheral Interrupt Handlers */
/* Add here the Interrupt Handlers for the used peripherals. */