Files
BA_DIY_Power_PCB/parsed_pins.h
der_zaske 56f6c33124 changed structer of whole Project
-Added GPIO.c
-Added ADC.c
-Added mcpwm.c
-Added all headrs for new files
-Fixed Header usage
-Fixed parsed pins only import  once
2025-01-26 01:07:40 +01:00

29 lines
665 B
C

// Automatically generated file. Do not modify.
#ifndef PARSED_PINS_H
#define PARSED_PINS_H
#define CONFIG_I_SENSE_U_ADC 6
#define CONFIG_I_SENSE_V_ADC 3
#define CONFIG_I_SENSE_W_ADC 0
#define CONFIG_HIN_U_GPIO 26
#define CONFIG_HIN_V_GPIO 14
#define CONFIG_HIN_W_GPIO 13
#define CONFIG_LIN_U_GPIO 25
#define CONFIG_LIN_V_GPIO 27
#define CONFIG_LIN_W_GPIO 12
#define CONFIG_HALL_A_GPIO 4
#define CONFIG_HALL_B_GPIO 16
#define CONFIG_HALL_C_GPIO 17
#define CONFIG_IN_ENC_A_GPIO 3
#define CONFIG_IN_ENC_B_GPIO 2
#define CONFIG_IN_ENC_BUT_GPIO 23
#define CONFIG_EXT_ENC_INDX_GPIO 16
#define CONFIG_EXT_ENC_LEFT_GPIO 18
#define CONFIG_EXT_ENC_RIGHT_GPIO 5
#endif