stm32duino / STM32LowPower

Arduino Low Power library for STM32
183 stars 52 forks source link

fix: ExternalWakeup: assign a PinNumber to USER_BTN #77

Closed ABOSTM closed 2 years ago

ABOSTM commented 2 years ago

fix: ExternalWakeup: assign a PinNumber to USER_BTN

SYS_WKUP1 is a PinName whereas USER_BTN expect a PinNumber.