arduino-libraries / ArduinoLowPower

Powersave features for SAMD boards
GNU Lesser General Public License v2.1
81 stars 57 forks source link

Wake on PA13 SAMD21 Arduino M0 Pro #12

Closed maxholgasson closed 5 years ago

maxholgasson commented 5 years ago

Hi, can I use physical pin 22 on the chip (PA13) SAMD21 (Arduino M0 Pro) to wake up from sleep?

Somehow I can't get it to work with this pin.

LowPower.attachInterruptWakeup(43, encoder_int_func, RISING);