Getting started with STM32L053: GPIO Input
In the previous guide (here), we took a look at GPIO output using STM32L053, now we shall see how to develop GPIO input driver. In this guide, we shall cover the following: Input modes. Develop the GPIO input driver. Code to toggle the LED using...
READ MORE