adafruit / Adafruit_nRF52_Arduino

Adafruit code for the Nordic nRF52 BLE SoC on Arduino
Other
623 stars 497 forks source link

Added resumeLoop functionality #557

Closed kevinfrei closed 4 years ago

kevinfrei commented 4 years ago

In order to pause loop functionality, suspendLoop works great, but without resumeLoop (and resumeLoopFromISR), suspendLoop is effectively "terminateLoop" as there's no way to start it back up.

kevinfrei commented 4 years ago

Oops. Will re-submit in a minute...