|
|
@ -10,7 +10,7 @@ RAK4631Board board; |
|
|
|
|
|
|
|
|
#ifdef DISPLAY_CLASS |
|
|
#ifdef DISPLAY_CLASS |
|
|
DISPLAY_CLASS display; |
|
|
DISPLAY_CLASS display; |
|
|
MomentaryButton user_btn(PIN_USER_BTN, 1000, true); |
|
|
MomentaryButton user_btn(PIN_USER_BTN, 1000, true, true); |
|
|
|
|
|
|
|
|
#if defined(PIN_USER_BTN_ANA) |
|
|
#if defined(PIN_USER_BTN_ANA) |
|
|
MomentaryButton analog_btn(PIN_USER_BTN_ANA, 1000, 20); |
|
|
MomentaryButton analog_btn(PIN_USER_BTN_ANA, 1000, 20); |
|
|
|