Change GPIO direction dynamically
Posted on July 10, 2014 at 14:39Hi AllI'm using an STM32L151 in my project.I have one GPIO configured as an input, and I need to change the direction dynamically. What is the most efficient way to do this ?Each time I want to change direction, shoul...