Полноценно запустилось в матлаб корректно. УПП может плавно открывать тиристоры пачкой импульсов

Начата работа над управлением УПП по командам
This commit is contained in:
2025-11-16 19:40:40 +03:00
parent bb5b9886d7
commit b0813fb7e8
38 changed files with 1374 additions and 288 deletions

View File

@@ -31,11 +31,10 @@ extern "C" {
/* Private includes ----------------------------------------------------------*/
/* USER CODE BEGIN Includes */
#include "upp_config.h"
#include "upp_defs.h"
#include "upp_errors.h"
#include "mylibs_include.h"
#ifndef MATLAB
#include "modbus.h"
#endif
/* USER CODE END Includes */
/* Exported types ------------------------------------------------------------*/
@@ -56,7 +55,7 @@ extern "C" {
void Error_Handler(void);
/* USER CODE BEGIN EFP */
extern __IO uint32_t micros;
/* USER CODE END EFP */
/* Private defines -----------------------------------------------------------*/