.reboot Method

Function:

Causes your device to reboot.

Syntax:

sys.reboot

Returns:

---

See Also:

sys.currentpll, sys.runmode, sys.resettype, sys.halt


Details

After the device reboots, it will behave as after any other reboot: enter the PAUSE mode if your program was compiled for debugging or start execution if the program was compiled for release.

The PLL mode will change after the reboot if you requested the changed through sys.newpll method.


.reboot Method

Details