seperated into transformer / experimental
All checks were successful
KiBot PCB Generation / generate (push) Successful in 5m40s
KiBot PCB Generation / deploy (push) Successful in 28s

This commit is contained in:
janik
2025-12-16 17:16:26 +07:00
parent 5e21ee1571
commit e9775f2ce7
210 changed files with 51374 additions and 47711 deletions

View File

@@ -59,14 +59,18 @@ void Error_Handler(void);
/* USER CODE END EFP */
/* Private defines -----------------------------------------------------------*/
#define ENABLE_DRVA_Pin GPIO_PIN_11
#define ENABLE_DRVA_GPIO_Port GPIOB
#define ENABLE_DRVB_Pin GPIO_PIN_12
#define ENABLE_DRVB_GPIO_Port GPIOB
#define ENABLE_DRVA1_Pin GPIO_PIN_11
#define ENABLE_DRVA1_GPIO_Port GPIOB
#define ENABLE_DRVB1_Pin GPIO_PIN_12
#define ENABLE_DRVB1_GPIO_Port GPIOB
#define VOLTAGE_Pin GPIO_PIN_13
#define VOLTAGE_GPIO_Port GPIOB
#define CURRENT_Pin GPIO_PIN_14
#define CURRENT_GPIO_Port GPIOB
#define ENABLE_DRVA2_Pin GPIO_PIN_4
#define ENABLE_DRVA2_GPIO_Port GPIOB
#define ENABLE_DRVB2_Pin GPIO_PIN_5
#define ENABLE_DRVB2_GPIO_Port GPIOB
/* USER CODE BEGIN Private defines */