bbcmicrobit / micropython

Port of MicroPython for the BBC micro:bit
https://microbit-micropython.readthedocs.io
Other
595 stars 287 forks source link

docs: Update Power Mgm to change run_every behaviour. #769

Closed microbit-carlos closed 1 year ago

microbit-carlos commented 1 year ago

From waking up the board when the next function is scheduled, to allow the scheduled functions to continue running indefinitely while the boards sleeps.

Review URL: https://microbit-micropython--769.org.readthedocs.build/en/769/power.html

microbit-carlos commented 1 year ago

@microbit-matt-hillsdon I think with the changes in this PR the only impact to the stubs and translation would be on the run_every parameter description, is that right?

@dpgeorge could you confirm this aligns with what we discussed?

Also, any suggestions on how to improve the wording are welcomed.

dpgeorge commented 1 year ago

could you confirm this aligns with what we discussed

Yes!

microbit-carlos commented 1 year ago

This change was shipped in v2.1.0, so merging to the docs.