mirror of
https://gitea.ecohim.ru:3000/RS485_BSV/RS485_BSV_fw.git
synced 2025-08-04 07:27:06 +03:00
WIP - schematic
This commit is contained in:
@@ -57,6 +57,18 @@ void Error_Handler(void);
|
||||
/* USER CODE END EFP */
|
||||
|
||||
/* Private defines -----------------------------------------------------------*/
|
||||
#define HVS_ENABLE_Pin GPIO_PIN_7
|
||||
#define HVS_ENABLE_GPIO_Port GPIOC
|
||||
#define HVS_OVERLOAD_Pin GPIO_PIN_8
|
||||
#define HVS_OVERLOAD_GPIO_Port GPIOC
|
||||
#define HVS_OVERHEAT_Pin GPIO_PIN_9
|
||||
#define HVS_OVERHEAT_GPIO_Port GPIOC
|
||||
#define HVS_NOLINK_Pin GPIO_PIN_8
|
||||
#define HVS_NOLINK_GPIO_Port GPIOA
|
||||
#define HVS_XRAYON_Pin GPIO_PIN_9
|
||||
#define HVS_XRAYON_GPIO_Port GPIOA
|
||||
#define HVS_READY_Pin GPIO_PIN_10
|
||||
#define HVS_READY_GPIO_Port GPIOA
|
||||
#define TXEN_Pin GPIO_PIN_5
|
||||
#define TXEN_GPIO_Port GPIOB
|
||||
|
||||
|
Reference in New Issue
Block a user