mirror of
https://gitea.ecohim.ru:3000/RS485_BSV/RS485_BSV_fw.git
synced 2025-08-04 15:37:06 +03:00
WIP
This commit is contained in:
@@ -57,6 +57,18 @@ void Error_Handler(void);
|
||||
/* USER CODE END EFP */
|
||||
|
||||
/* Private defines -----------------------------------------------------------*/
|
||||
#define U_CTRL_Pin GPIO_PIN_4
|
||||
#define U_CTRL_GPIO_Port GPIOA
|
||||
#define I_CTRL_Pin GPIO_PIN_5
|
||||
#define I_CTRL_GPIO_Port GPIOA
|
||||
#define U_MON_Pin GPIO_PIN_6
|
||||
#define U_MON_GPIO_Port GPIOA
|
||||
#define I_MON_Pin GPIO_PIN_7
|
||||
#define I_MON_GPIO_Port GPIOA
|
||||
#define HVS_24V_Pin GPIO_PIN_4
|
||||
#define HVS_24V_GPIO_Port GPIOC
|
||||
#define HVS_15V_Pin GPIO_PIN_5
|
||||
#define HVS_15V_GPIO_Port GPIOC
|
||||
#define HVS_ENABLE_Pin GPIO_PIN_7
|
||||
#define HVS_ENABLE_GPIO_Port GPIOC
|
||||
#define HVS_OVERLOAD_Pin GPIO_PIN_8
|
||||
@@ -69,6 +81,8 @@ void Error_Handler(void);
|
||||
#define HVS_XRAYON_GPIO_Port GPIOA
|
||||
#define HVS_READY_Pin GPIO_PIN_10
|
||||
#define HVS_READY_GPIO_Port GPIOA
|
||||
#define HVS_CONN_Pin GPIO_PIN_11
|
||||
#define HVS_CONN_GPIO_Port GPIOA
|
||||
#define TXEN_Pin GPIO_PIN_5
|
||||
#define TXEN_GPIO_Port GPIOB
|
||||
|
||||
|
Reference in New Issue
Block a user