Getting Started with STM32F103: GPIO Input
In the previous guide (here), we saw how to configure a GPIO pin as output. In this guide, we shall configure another pin an input to read from push button. In this guide, will cover the following: Input modes. Develop GPIO Input driver. LED...
READ MORE