Hello,
I am new to STM world.
I am trying to make an array of GPIO pin in this format {{PIN1_GPIO_PORT, PIN1_PIN}.....
This would then be used in custom function so I can dynamically access this pins.
How should I declare such array and how would i...