This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

When use app_button lib,the button setting using PULL_UP consumes more current (~20uA) than using PULL_NONE

The button is connected to ground directly ,and without external pull up resistor.

I found it consumes too much current when using internal pull up resistor,but when I use an external resistor,it's the same.

When changing the gpio setting to PULL NONE ,the current is ok,but the button can't work.

Really confused.

Related