Only record front button state at init time

MichaelBell-battery-improvements
Mike Bell 2022-03-24 22:01:10 +00:00
rodzic a7f2014309
commit 0ab44ef10a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -7,7 +7,7 @@
namespace {
struct Badger2040_WakeUpInit {
Badger2040_WakeUpInit()
: state(gpio_get_all())
: state(gpio_get_all() & (0x1f << 11)) // Record state of all the front buttons
{
gpio_set_function(pimoroni::Badger2040::ENABLE_3V3, GPIO_FUNC_SIO);
gpio_set_dir(pimoroni::Badger2040::ENABLE_3V3, GPIO_OUT);