duff2013 / Snooze

Teensy Low Power Library
MIT License
132 stars 37 forks source link

Teensy LC does not wake up from on digital interrupt #71

Closed darianbjohnson closed 4 years ago

darianbjohnson commented 4 years ago

I am having a hard time getting my Teensy LC to wake up (using pins 21 or 22, pin to ground to wake). Using the sleep, deep sleep, and hibernate examples.

Maybe I'm missing something here. I load the example. Teensy goes to sleep/deepSleep/Hibernate.

I bring pin 21 (or 22) to ground.

Nothing.

Am I doing something bone-headed here? Seems like it should work.

Thanks

duff2013 commented 4 years ago

Not sure can you post code that shows this not working, try to make the code concise as possible.

duff2013 commented 4 years ago

I just updated Snooze only deepSleep and hibernate work so far you can download here, let me know if you have any problems.

darianbjohnson commented 4 years ago

Thanks; I'll test and report back if there are issues.