/* * pin_config.h * * Created: 12/20/2021 12:22:00 PM * Author: david */ #ifndef PIN_CONFIG_H_ #define PIN_CONFIG_H_ #define HUB_I2C_SCL_PIN 11 #define HUB_I2C_SDA_PIN 10 #define HUB_I2C_PORT PIOB #define HUB_RESET_PIN 5 #define HUB_RESET_PORT PIOB #define HUB_CLK_EN_PIN 9 #define HUB_CLK_EN_PORT PIOB #endif /* PIN_CONFIG_H_ */