STM32 GPIO Tutorial
This is the Series of tutorials on the STM32 Microcontroller. The aim of this series is to provide easy and practical examples that anyone can understand. Basically, you can write GPIO codes in multiple ways (Using HAL, GPIO driver). Using that HAL you can finish your job in one line of code. But I would suggest … Read more