mock_machine Module
register_as_machine()
This will register mock_machine as machine so it can be imported by other
modules expecting import machine to work.
Source code in mock_machine.py
reset_cause()
Constants
Reset Causes
SOFT_RESET= 0PWRON_RESET= 1HARD_RESET= 2WDT_RESET= 3DEEPSLEEP_RESET= 4