Question
Reading values from a button
Hello, I am desiging PCB with STM32F030Fx where I plan to use blocks of 5 push buttons for reading user inputs.
For the most of tutorials, they use reading ACTIVE HIGH after the press, but I thought more common is to read ACTIVE LOW.
Also there is internal pull-up ressistors according to the schemtaic, so probably not necessary to use external pull-up resitstor for it.
Using 100nF capacitors should simplify debounce process.
Is it reliable for readings?

